allow shutting down ecore_file and re-initting
authorrephorm <rephorm>
Fri, 19 Jan 2007 14:02:34 +0000 (14:02 +0000)
committerrephorm <rephorm@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 19 Jan 2007 14:02:34 +0000 (14:02 +0000)
SVN revision: 28063

legacy/ecore/src/lib/ecore_file/ecore_file_path.c

index 0482f87..b5bf6b5 100644 (file)
@@ -22,6 +22,7 @@ ecore_file_path_shutdown(void)
 {
    if (--init != 0) return init;
    ecore_list_destroy(__ecore_file_path_bin);
+   __ecore_file_path_bin = NULL;
    return init;
 }