Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/exhibit

Dir     : e17/apps/exhibit/src/bin


Modified Files:
        exhibit_main.c 


Log Message:
close then null it

===================================================================
RCS file: /cvs/e/e17/apps/exhibit/src/bin/exhibit_main.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -3 -r1.112 -r1.113
--- exhibit_main.c      6 Jul 2007 23:05:17 -0000       1.112
+++ exhibit_main.c      8 Jul 2007 22:54:04 -0000       1.113
@@ -322,8 +322,8 @@
              _ex_main_monitor_dir, NULL);
      }
       
-   dir = NULL;
    closedir(dir);
+   dir = NULL;
    free(data->selected_file);
    free(data);
    return 0;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to