mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 04:00:32 +01:00
Free the icons.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@954 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
83aaf72b40
commit
3521ada92c
1 changed files with 3 additions and 0 deletions
|
|
@ -2582,6 +2582,9 @@ static void nmwa_icons_free (NMWirelessApplet *applet)
|
|||
|
||||
for (i = 0; i < NUM_WIRELESS_CONNECTING_FRAMES; i++)
|
||||
g_object_unref (applet->wireless_connecting_icons[i]);
|
||||
|
||||
for (i = 0; i < NUM_VPN_CONNECTING_FRAMES; i++)
|
||||
g_object_unref (applet->vpn_connecting_icons[i]);
|
||||
}
|
||||
|
||||
#define ICON_LOAD(x, y) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue