fix codec issue

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10390 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-11-13 23:07:03 +00:00
parent e7a37e580e
commit 2990ef8cd4
3 changed files with 16 additions and 2 deletions
+3
View File
@@ -1479,9 +1479,12 @@ SWITCH_DECLARE(int) switch_loadable_module_get_codecs_sorted(const switch_codec_
found:
UNPROTECT_INTERFACE(codec_interface);
if (i > arraylen) {
break;
}
}
}