AccessViolation when right-clicking in map

I've just installed v3.6.1.0 and notice an access violation when I right-click in a map.
The AV occurs in TCoreWebView2ContextMenuRequestedEventHandler.Invoke() when it reaches
FWebBrowser.FContextMenuList.Clear;
FContextMenuList is nil.

TTMSFNCCustomWebBrowser.CreateWnd() calls Deinitialize() which frees FContextMenuList, but Initialize() doesn't seem to create it again.

Hi,

We have traced this issue, and are currently rebuilding a new version of TMS FNC Core. v3.0.0.1 will fix this issue.