]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert previous change so voicemail length check works
authorBrian West <brian@freeswitch.org>
Thu, 30 Oct 2008 17:37:52 +0000 (17:37 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 30 Oct 2008 17:37:52 +0000 (17:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10205 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core_file.c

index 633cdff8f13b95e0728adb7b704e7dc280264676..7afb01099c46f084f92d2b1ea1bad6cc498bcfa3 100644 (file)
@@ -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;
 }