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:
Chris Aillon 2005-09-09 03:06:18 +00:00
parent 83aaf72b40
commit 3521ada92c

View file

@ -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) \