small memory leak fixed (Thnaks to Ed and Valgrind)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1055 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michael
2009-11-16 04:31:58 +00:00
parent 6bb47a6882
commit 5ef3e9233f
+1
View File
@@ -188,6 +188,7 @@ int widget_icon_quit(WIDGET * Self)
WIDGET_ICON *Icon = Self->data;
property_free(&Icon->speed);
property_free(&Icon->visible);
property_free(&Icon->frame);
if (Icon->bitmap)
free(Icon->bitmap);
free(Self->data);