Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        ecore_path.c 


Log Message:
don't leak

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_path.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ecore_path.c        4 Sep 2007 18:23:47 -0000       1.16
+++ ecore_path.c        5 Sep 2007 09:46:56 -0000       1.17
@@ -339,7 +339,9 @@
                  ecore_hash_set(plugins, key, key);
               }
          }
+       closedir(dir);
      }
+
    ecore_hash_free_key_cb_set(plugins, NULL);
    avail = ecore_hash_keys(plugins);
    ecore_list_free_cb_set(avail, free);



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