[svn-commits] coreyfarrell: branch 13 r424313 - in /branches/13: ./ res/res_hep.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Oct 1 15:36:24 CDT 2014
Author: coreyfarrell
Date: Wed Oct 1 15:36:19 2014
New Revision: 424313
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=424313
Log:
res_hep: Release allocation reference to configuration.
ASTERISK-24362 #close
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/4026/
........
Merged revisions 424312 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
branches/13/ (props changed)
branches/13/res/res_hep.c
Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: branches/13/res/res_hep.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/res/res_hep.c?view=diff&rev=424313&r1=424312&r2=424313
==============================================================================
--- branches/13/res/res_hep.c (original)
+++ branches/13/res/res_hep.c Wed Oct 1 15:36:19 2014
@@ -560,6 +560,7 @@
}
ao2_global_obj_replace_unref(global_data, data);
+ ao2_ref(data, -1);
}
/*!
More information about the svn-commits
mailing list