fix error path double free

git-svn: trunk@2331
remotes/push_mirror/metadata
Tomasz Kojm 19 years ago
parent 80d5da87c5
commit cb683873a5
  1. 4
      clamav-devel/ChangeLog
  2. 1
      clamav-devel/libclamav/readdb.c

@ -1,3 +1,7 @@
Fri Sep 29 17:38:31 CEST 2006 (tk)
----------------------------------
* libclamav/readdb.c: fix error path double free, patch from Sven
Thu Sep 28 08:32:45 BST 2006 (njh)
----------------------------------
* libclamav/mbox.c: Fix compilation error when --experimental is not

@ -681,7 +681,6 @@ static int cli_loadndb(FILE *fd, struct cl_engine **engine, unsigned int *signo,
cli_dbgmsg("Not supported target type in signature for %s\n", virname);
sigs--;
free(virname);
free(pt);
continue;
}

Loading…
Cancel
Save