Author: cotto
Date: Thu Dec 11 16:22:12 2008
New Revision: 33819

Modified:
   trunk/src/debug.c

Log:
[debug] close a leaked filehandle (CID #176)


Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c   (original)
+++ trunk/src/debug.c   Thu Dec 11 16:22:12 2008
@@ -2881,6 +2881,8 @@
         }
     }
 
+    fclose(file);
+
     pdb->state |= PDB_SRC_LOADED;
     pdb->file   = pfile;
 

Reply via email to