Enlightenment CVS committal Author : barbieri Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon/src/include Modified Files: epsilon_private.h Log Message: Remove leaks and micro optimizations. This patch remove some leaks and use of uninitialized memory (as reported by valgrind on x86). Also some micro-optimizations to handle strings/path creation better and more uniformly, do bit less stats. Code is also a bit cleaner. =================================================================== RCS file: /cvs/e/e17/libs/epsilon/src/include/epsilon_private.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- epsilon_private.h 24 Sep 2006 12:52:07 -0000 1.3 +++ epsilon_private.h 23 Oct 2007 22:04:53 -0000 1.4 @@ -28,7 +28,6 @@ unsigned int status; unsigned int thumbsize; unsigned int bufsize; - struct Epsilon_Client* cl; }; typedef struct Epsilon_Ipc_End Epsilon_Ipc_End; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs