]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Recompile configure
authorKern Sibbald <kern@sibbald.com>
Fri, 29 Jun 2018 09:38:29 +0000 (11:38 +0200)
committerKern Sibbald <kern@sibbald.com>
Fri, 29 Jun 2018 09:38:29 +0000 (11:38 +0200)
bacula/configure

index c75bb5f7d06e701050f16ea1e2f1231cf9a42625..3790e5ba0341fd4236f1abb7be40a82ea1619c9c 100755 (executable)
@@ -20078,6 +20078,8 @@ main ()
     if (*(data + i) != *(data3 + i))
       return 14;
   close (fd);
+  free (data);
+  free (data3);
   return 0;
 }
 _ACEOF