bytecode - J867 - fix memory leak that occurs withn the bytecode interpreter while libjson is enabled

pull/111/head
Mickey Sola 6 years ago committed by Micah Snyder
parent b8b993f2d4
commit 1b5a59c416
  1. 2
      libclamav/bytecode.c

@ -2296,7 +2296,7 @@ static int cli_bytecode_prepare_interpreter(struct cli_bc *bc)
MAP(inst->u.three[2]);
break;
/* case OP_BC_GEPN:
*TODO
*TODO
break;*/
case OP_BC_MEMSET:
case OP_BC_MEMCPY:

Loading…
Cancel
Save