[svn-commits] rmudgett: branch 1.8 r421799 - /branches/1.8/res/res_musiconhold.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Aug 21 17:01:43 CDT 2014
Author: rmudgett
Date: Thu Aug 21 17:01:38 2014
New Revision: 421799
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=421799
Log:
res_musiconhold.c: Remove obsolete REF_DEBUG code.
Remove unneeded code that writes to the wrong file location in an obsolete
format.
Modified:
branches/1.8/res/res_musiconhold.c
Modified: branches/1.8/res/res_musiconhold.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/res_musiconhold.c?view=diff&rev=421799&r1=421798&r2=421799
==============================================================================
--- branches/1.8/res/res_musiconhold.c (original)
+++ branches/1.8/res/res_musiconhold.c Thu Aug 21 17:01:38 2014
@@ -234,11 +234,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