Update general_loop.c

This commit is contained in:
Siddhartha Gairola 2017-01-15 14:08:16 +05:30 committed by GitHub
parent 263dd2cb40
commit fad623ed6a

View File

@ -1234,6 +1234,6 @@ int rcwt_loop(struct lib_ccx_ctx *ctx)
} // end while(1)
dbg_print(CCX_DMT_PARSE, "Processed %d bytes\n", bread);
free(parsebuf);
free(parsebuf);
return caps;
}