commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7416 - usrp2/trunk/host/lib


From: eb
Subject: [Commit-gnuradio] r7416 - usrp2/trunk/host/lib
Date: Sun, 13 Jan 2008 13:16:26 -0700 (MST)

Author: eb
Date: 2008-01-13 13:16:25 -0700 (Sun, 13 Jan 2008)
New Revision: 7416

Modified:
   usrp2/trunk/host/lib/gri_if_stats.cc
Log:
fix FILE* leak

Modified: usrp2/trunk/host/lib/gri_if_stats.cc
===================================================================
--- usrp2/trunk/host/lib/gri_if_stats.cc        2008-01-13 19:52:02 UTC (rev 
7415)
+++ usrp2/trunk/host/lib/gri_if_stats.cc        2008-01-13 20:16:25 UTC (rev 
7416)
@@ -59,6 +59,7 @@
     r.push_back(s);
   }
 
+  fclose(fp);
   return r;
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]