Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_server_handle.c evfs_worker.c 


Log Message:
Big leaks--
Don't make all clients rely on efreet

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_server_handle.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -3 -r1.84 -r1.85
--- evfs_server_handle.c        21 Aug 2007 13:11:14 -0000      1.84
+++ evfs_server_handle.c        22 Aug 2007 09:52:47 -0000      1.85
@@ -11,6 +11,8 @@
 #include <dirent.h>
 
 #include <Ecore_Desktop.h>
+#include <Efreet.h>
+#include <Efreet_Mime.h>
 
 /*---------------------------------------------------*/
 /*Move these functions somewhere*/
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_worker.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evfs_worker.c       21 Aug 2007 13:11:14 -0000      1.6
+++ evfs_worker.c       22 Aug 2007 09:52:47 -0000      1.7
@@ -31,6 +31,8 @@
 #include "evfs.h"
 
 #include <Ecore_File.h>
+#include <Efreet.h>
+#include <Efreet_Mime.h>
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -223,7 +225,8 @@
                ecore_list_append(server->incoming_command_list, com_cli);
                /*printf("Finished processing command in fork\n");*/
             }
-
+       
+          free(msg->data);
           free(msg);
 
        }



-------------------------------------------------------------------------
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

Reply via email to