Update of /cvsroot/wavelet/Wavelet/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31074/tools
Modified Files:
vid2pgm.cc
Log Message:
Fixed memory leaks found by Florian Stumpf and Johan Ehlers.
Index: vid2pgm.cc
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/tools/vid2pgm.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** vid2pgm.cc 10 Aug 2005 09:35:23 -0000 1.5
--- vid2pgm.cc 15 Aug 2005 16:24:23 -0000 1.6
***************
*** 9,12 ****
--- 9,13 ----
#include <assert.h>
#include <iostream>
+ #include <stdio.h>
#include <stdexcept>
#include <iomanip>
|