Skip to content

Commit

Permalink
Merge branch 'master' of git.clam.sourcefire.com:/var/lib/git/clamav-…
Browse files Browse the repository at this point in the history
…devel
  • Loading branch information
Kevin Lin committed Jul 3, 2014
2 parents b2b7855 + ab71073 commit cf1a599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libclamav/matcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,9 @@ int cli_fmap_scandesc(cli_ctx *ctx, cli_file_t ftype, uint8_t ftonly, struct cli
free(info.exeinfo.section);

cli_hashset_destroy(&info.exeinfo.vinfo);
cl_hash_destroy(md5ctx);
cl_hash_destroy(sha1ctx);
cl_hash_destroy(sha256ctx);
return ret;
} else if((acmode & AC_SCAN_FT) && ret >= CL_TYPENO) {
if(ret > type)
Expand Down

0 comments on commit cf1a599

Please sign in to comment.