From 5ef3e9233ff0a8848acefb577ad301bf8bb3f3bf Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 16 Nov 2009 04:31:58 +0000 Subject: 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 --- widget_icon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widget_icon.c') diff --git a/widget_icon.c b/widget_icon.c index 2af2b1d..fe77b47 100644 --- a/widget_icon.c +++ b/widget_icon.c @@ -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); -- cgit v1.2.3