From fcd35eabe6ac99213126316efb4a265e2772a898 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 19 Jan 2010 17:20:34 +0100 Subject: [PATCH] Small cleanup on test program --- bacula/src/win32/stored/postest/postest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.5