remove debug message

git-svn-id: file:///var/lib/svn/clamav-devel/branches/mpool@4273 77e5149b-7576-45b1-b177-96237e5ba77b
0.95
Török Edvin 17 years ago
parent e309658f9b
commit 04dc5e0ae5
  1. 4
      ChangeLog
  2. 1
      libclamav/readdb.c

@ -1,3 +1,7 @@
Sun Oct 19 14:14:32 EEST 2008 (edwin)
-------------------------------------
* libclamav/readdb.c: remove debug message
Sun Oct 19 14:13:48 EEST 2008 (edwin)
-------------------------------------
* libclamav/readdb.c: strdup not hex2str for tokens[3]!

@ -2454,7 +2454,6 @@ void cl_free(struct cl_engine *engine)
#endif
#ifdef USE_MPOOL
printf("here\n");
if(engine->mempool) mpool_close(engine->mempool);
#else
if(engine->root) {

Loading…
Cancel
Save