wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

wxWebViewWebKit variant-related improvements #24472

Closed vadz closed 3 weeks ago

vadz commented 1 month ago

Initially I just wanted to get rid of g_variant_unref() calls by reusing the newly added wxGtkVariant helper but I also noticed that seems like a memory leak while doing it, so I've fixed it (I think?) too. And then I also cleaned up UTF-8 conversions a bit.

@swt2c Please let me know if you see anything wrong here.