From: Jeff Lenk Date: Thu, 26 May 2011 14:50:07 +0000 (-0500) Subject: doh this is stupid X-Git-Tag: v1.2-rc1~108^2~11^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6648a4c79eaa8e8a404e6c5930faeaace0cdf77c;p=thirdparty%2Ffreeswitch.git doh this is stupid --- diff --git a/libs/esl/src/esl_event.c b/libs/esl/src/esl_event.c index f093b91b56..75d9cad8c9 100644 --- a/libs/esl/src/esl_event.c +++ b/libs/esl/src/esl_event.c @@ -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(); }