mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 09:10:17 +01:00
iface-helper: free main_loop instance at end of main()
This commit is contained in:
parent
d8724ab4f5
commit
918f33cde8
1 changed files with 1 additions and 0 deletions
|
|
@ -526,6 +526,7 @@ main (int argc, char *argv[])
|
|||
nm_log_info (LOGD_CORE, "exiting");
|
||||
|
||||
nm_clear_g_source (&sd_id);
|
||||
g_clear_pointer (&gl.main_loop, g_main_loop_unref);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue