eht16 commented on this pull request.
@@ -1231,6 +1230,9 @@ gint main_lib(gint argc, gchar **argv)
#endif
gtk_main(); +#ifdef G_OS_WIN32 + win32_free_argv_made_in_utf8(argc, argv);
Yeah, also nice. But I'd still vote to put the Windows specific code in the first G_OS_WIN32 block into src/win32.c.