[svn-commits] file: branch group/media_formats-reviewed-trunk r418708 - /team/group/media_f...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 15 14:21:54 CDT 2014


Author: file
Date: Tue Jul 15 14:21:46 2014
New Revision: 418708

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=418708
Log:
translate: Fix the "core show translation" CLI command.

Review: https://reviewboard.asterisk.org/r/3798/

Modified:
    team/group/media_formats-reviewed-trunk/main/translate.c

Modified: team/group/media_formats-reviewed-trunk/main/translate.c
URL: http://svnview.digium.com/svn/asterisk/team/group/media_formats-reviewed-trunk/main/translate.c?view=diff&rev=418708&r1=418707&r2=418708
==============================================================================
--- team/group/media_formats-reviewed-trunk/main/translate.c (original)
+++ team/group/media_formats-reviewed-trunk/main/translate.c Tue Jul 15 14:21:46 2014
@@ -951,8 +951,6 @@
 
 			if (k > 0) {
 				curlen = strlen(col->name);
-				ao2_ref(col, -1);
-				continue;
 			}
 
 			if (curlen < 5) {




More information about the svn-commits mailing list