@dkondor commented on this pull request.
> @@ -1085,7 +1093,7 @@ gint main_lib(gint argc, gchar **argv)
#endif
socket_info.lock_socket = -1;
socket_info.lock_socket_tag = 0;
- socket_info.lock_socket = socket_init(argc, argv, socket_port);
+ socket_info.lock_socket = socket_init(argc, argv, socket_port,
desktop_startup_id);
Unfortunately, this would leak if `socket_info.ignore_socket == TRUE`
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4071#discussion_r1859308410
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4071/review/[email protected]>