Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ewd

Dir     : e17/libs/ewd/test


Modified Files:
        ewd_sheap_test.c 


Log Message:
Destroy the Ewd_Sheap, too

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewd/test/ewd_sheap_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewd_sheap_test.c    11 Nov 2003 01:18:37 -0000      1.1
+++ ewd_sheap_test.c    4 Feb 2004 17:46:07 -0000       1.2
@@ -34,5 +34,7 @@
        while ((value = (int)ewd_sheap_extract(heap)))
                printf("Popped %d off the heap\n", value);
 
+       ewd_sheap_destroy(heap);
+
        return TRUE;
 }




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to