doh this is stupid

This commit is contained in:
Jeff Lenk 2011-05-26 09:50:07 -05:00
parent 140810df78
commit 6648a4c79e
1 changed files with 0 additions and 2 deletions

View File

@ -625,8 +625,6 @@ ESL_DECLARE(esl_status_t) esl_event_serialize(esl_event_t *event, char **str, es
dlen = blocksize * 2;
esl_assert(dlen == 0);
if (!(buf = malloc(dlen))) {
abort();
}