Memory Leak in procedure TWebGMaps.HookWndProc

I now have 2.9.7.1, the memory leaks remain. 


Start app, add a polygon/Polygon Label on the map, close the app... leak because my WebGMap is not on the main form

    if (frm = pfrm) and (frm = Application.MainForm) then
        begin
          wgm.Free;
          HookedClients.Delete(i);
        end;
      end;