doh this is stupid
This commit is contained in:
parent
140810df78
commit
6648a4c79e
|
@ -625,8 +625,6 @@ ESL_DECLARE(esl_status_t) esl_event_serialize(esl_event_t *event, char **str, es
|
||||||
|
|
||||||
dlen = blocksize * 2;
|
dlen = blocksize * 2;
|
||||||
|
|
||||||
esl_assert(dlen == 0);
|
|
||||||
|
|
||||||
if (!(buf = malloc(dlen))) {
|
if (!(buf = malloc(dlen))) {
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue