From: Eric Bollengier Date: Tue, 19 Jan 2010 16:20:34 +0000 (+0100) Subject: Small cleanup on test program X-Git-Tag: Release-5.0.0~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fcd35eabe6ac99213126316efb4a265e2772a898;p=bacula%2Fbacula Small cleanup on test program --- diff --git a/bacula/src/win32/stored/postest/postest.cpp b/bacula/src/win32/stored/postest/postest.cpp index b8c1f2fef3..597691a65d 100644 --- a/bacula/src/win32/stored/postest/postest.cpp +++ b/bacula/src/win32/stored/postest/postest.cpp @@ -293,6 +293,7 @@ main(int argc, char **argv) ulBlockNumber++; run_script(fd, TestScript, SCRIPT_LENGTH); - + tape_close(fd); + free(pBuffer); return 0; }