From: rephorm Date: Fri, 19 Jan 2007 14:02:34 +0000 (+0000) Subject: allow shutting down ecore_file and re-initting X-Git-Tag: submit/devel/efl/20131022.203902~18923 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4014861d6a84e4ec86c53da82216f34b3731eb1;p=platform%2Fupstream%2Fefl.git allow shutting down ecore_file and re-initting SVN revision: 28063 --- diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file_path.c b/legacy/ecore/src/lib/ecore_file/ecore_file_path.c index 0482f87..b5bf6b5 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_path.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_path.c @@ -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; }