]> git.webhop.me Git - lcd4linux.git/commitdiff
small memory leak fixed (Thnaks to Ed and Valgrind)
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 16 Nov 2009 04:31:58 +0000 (04:31 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 16 Nov 2009 04:31:58 +0000 (04:31 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1055 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

widget_icon.c

index 2af2b1d1c357ef7bc485021cf0dd072df11da792..fe77b473546fb5f135b3428946226a64937f2b04 100644 (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);