]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix small memory leak in fileregexp bsr code
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 30 Mar 2009 12:50:00 +0000 (12:50 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 30 Mar 2009 12:50:00 +0000 (12:50 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8649 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/bsr.c
bacula/technotes

index b0fbe3b7597e512cd4b35ff742a9bbf860cc55bc..81e384314dda741e32720430cad63b09fa2055f4 100644 (file)
@@ -152,6 +152,9 @@ void free_bsr(RBSR *bsr)
       if (bsr->VolParams) {
          free(bsr->VolParams);
       }
+      if (bsr->fileregex) {
+         free(bsr->fileregex);
+      }
       next = bsr->next;
       free(bsr);
    }
index bcafdbb229342fda5cef0f77bbea363c880323c5..e1bde67bdc3522a8e236214d77952c1132e2136b 100644 (file)
@@ -1,6 +1,8 @@
               Technical notes for current SVN
           
 General:
+30Mar09
+ebl  Fix small memory leak in fileregexp bsr code
 29Mar09
 kes  Correct bacula32.def entry point as specified by James.
 kes  Add code to FD plugin driver to make a copy of the plugin