[Freeswitch-svn] [commit] r10205 - freeswitch/trunk/src

Freeswitch SVN brian at freeswitch.org
Thu Oct 30 13:37:52 EDT 2008


Author: brian
Date: Thu Oct 30 13:37:52 2008
New Revision: 10205

Modified:
   freeswitch/trunk/src/switch_core_file.c

Log:
revert previous change so voicemail length check works

Modified: freeswitch/trunk/src/switch_core_file.c
==============================================================================
--- freeswitch/trunk/src/switch_core_file.c	(original)
+++ freeswitch/trunk/src/switch_core_file.c	Thu Oct 30 13:37:52 2008
@@ -285,8 +285,6 @@
 		switch_core_destroy_memory_pool(&fh->memory_pool);
 	}
 
-	memset(fh, 0, sizeof(*fh));
-
 	return status;
 }
 



More information about the Freeswitch-svn mailing list