git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@223 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2005-12-28 15:42:49 +00:00
parent 070e850c57
commit d5eaa0bdc9
5 changed files with 52 additions and 39 deletions
+1 -2
View File
@@ -237,8 +237,7 @@ static switch_status setup_formats(void)
sfinfo.channels = 1 ;
len = ((major_count + (exlen + 2)) * sizeof(char *));
*supported_formats = switch_core_permenant_alloc(len);
//memset(supported_formats, 0, len);
supported_formats = switch_core_permenant_alloc(len);
len = 0;
for (m = 0 ; m < major_count ; m++) {