From: Brian West Date: Thu, 30 Oct 2008 17:37:52 +0000 (+0000) Subject: revert previous change so voicemail length check works X-Git-Tag: v1.0.2~665 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e708b762dc23bf6f78b9f287f0a26c17376d0754;p=thirdparty%2Ffreeswitch.git revert previous change so voicemail length check works git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10205 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core_file.c b/src/switch_core_file.c index 633cdff8f1..7afb01099c 100644 --- a/src/switch_core_file.c +++ b/src/switch_core_file.c @@ -285,8 +285,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_file_close(switch_file_handle_t *fh) switch_core_destroy_memory_pool(&fh->memory_pool); } - memset(fh, 0, sizeof(*fh)); - return status; }