Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_main.c Log Message: Cleanup unfreed memory =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_main.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- evfs_main.c 21 Oct 2005 10:57:52 -0000 1.18 +++ evfs_main.c 22 Oct 2005 04:51:42 -0000 1.19 @@ -127,7 +127,7 @@ evfs_handle_command(client, client->prog_command); - evfs_cleanup_command(client->prog_command); + evfs_cleanup_command(client->prog_command, EVFS_CLEANUP_FREE_COMMAND); client->prog_command = NULL; } @@ -170,6 +170,8 @@ printf("File copy handler\n"); evfs_handle_file_copy(client,command); break; + default: printf("Warning - unhandled command %d\n", command->type); + break; } } @@ -221,7 +223,6 @@ void evfs_load_plugins() { struct dirent* de; - struct stat st; DIR* dir; evfs_plugin* plugin; char plugin_path[1024]; ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs