Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src/plugins/mbox


Modified Files:
        mbox.c 


Log Message:
fixed a fd leak
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/mbox/mbox.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- mbox.c      17 Apr 2004 15:05:51 -0000      1.4
+++ mbox.c      3 May 2004 17:50:14 -0000       1.5
@@ -1,5 +1,5 @@
 /*
- * $Id: mbox.c,v 1.4 2004/04/17 15:05:51 tsauerbeck Exp $
+ * $Id: mbox.c,v 1.5 2004/05/03 17:50:14 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -59,6 +59,7 @@
                return false;
 
        read_file (fp, unseen, total);
+       fclose (fp);
 
        return true;
 }




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to