@eht16 commented on this pull request.


In src/libmain.c:

> @@ -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.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.