Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ipc.c 


Log Message:
Fix leak.

===================================================================
RCS file: /cvs/e/e16/e/src/ipc.c,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -3 -r1.283 -r1.284
--- ipc.c       26 Nov 2006 12:42:05 -0000      1.283
+++ ipc.c       26 Nov 2006 14:46:09 -0000      1.284
@@ -1246,6 +1246,8 @@
        if (i != num - 1)
           IpcPrintf("\n");
      }
+
+   Efree(lst);
 }
 
 static void



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to