Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins/file


Modified Files:
        evfs_fs_sftp.c 


Log Message:
* Cleanup warnings, etc

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/evfs_fs_sftp.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evfs_fs_sftp.c      22 Apr 2006 06:50:25 -0000      1.2
+++ evfs_fs_sftp.c      22 Jul 2006 06:09:27 -0000      1.3
@@ -1065,13 +1065,14 @@
                        usleep(2);
                }
 
-               free(host);
-               free(path);
                ecore_hash_remove(sftp_open_handles, (long*)file->fd);
                sftp_ohandle_destroy(ohandle);
        } else {
                printf("Could not find open file handle\n");
        }
+
+       free(host);
+       free(path);
 
 }
 



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