[svn-commits] rmudgett: branch 13 r421802 - in /branches/13: ./ res/res_musiconhold.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Aug 21 17:07:43 CDT 2014
Author: rmudgett
Date: Thu Aug 21 17:07:41 2014
New Revision: 421802
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=421802
Log:
res_musiconhold.c: Remove obsolete REF_DEBUG code.
Remove unneeded code that writes to the wrong file location in an obsolete
format.
........
Merged revisions 421799 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 421800 from http://svn.asterisk.org/svn/asterisk/branches/11
........
Merged revisions 421801 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
branches/13/ (props changed)
branches/13/res/res_musiconhold.c
Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: branches/13/res/res_musiconhold.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/res/res_musiconhold.c?view=diff&rev=421802&r1=421801&r2=421802
==============================================================================
--- branches/13/res/res_musiconhold.c (original)
+++ branches/13/res/res_musiconhold.c Thu Aug 21 17:07:41 2014
@@ -214,11 +214,6 @@
if (dup) {
if (__ao2_ref_debug(dup, -1, (char *) tag, (char *) file, line, funcname) == 2) {
- FILE *ref = fopen("/tmp/refs", "a");
- if (ref) {
- fprintf(ref, "%p =1 %s:%d:%s (%s) BAD ATTEMPT!\n", class, file, line, funcname, tag);
- fclose(ref);
- }
ast_log(LOG_WARNING, "Attempt to unref mohclass %p (%s) when only 1 ref remained, and class is still in a container! (at %s:%d (%s))\n",
class, class->name, file, line, funcname);
} else {
More information about the svn-commits
mailing list