Skip to content

Commit

Permalink
Fix missing release of ff_pkt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 30, 2014
1 parent 754e5af commit a41343e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/filed/accurate_lmdb.c
Expand Up @@ -445,7 +445,9 @@ bool B_ACCURATE_LMDB::send_base_file_list(JCR *jcr)
}

retval = true;

bail_out:
term_find_files(ff_pkt);
return retval;
}

Expand Down Expand Up @@ -512,6 +514,7 @@ bool B_ACCURATE_LMDB::send_deleted_list(JCR *jcr)
retval = true;

bail_out:
term_find_files(ff_pkt);
return retval;
}

Expand Down

0 comments on commit a41343e

Please sign in to comment.