[asterisk-commits] coreyfarrell: trunk r424314 - in /trunk: ./	res/res_hep.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Oct  1 15:37:34 CDT 2014
    
    
  
Author: coreyfarrell
Date: Wed Oct  1 15:37:31 2014
New Revision: 424314
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=424314
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
........
Merged revisions 424313 from http://svn.asterisk.org/svn/asterisk/branches/13
Modified:
    trunk/   (props changed)
    trunk/res/res_hep.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-13-merged' - no diff available.
Modified: trunk/res/res_hep.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_hep.c?view=diff&rev=424314&r1=424313&r2=424314
==============================================================================
--- trunk/res/res_hep.c (original)
+++ trunk/res/res_hep.c Wed Oct  1 15:37:31 2014
@@ -560,6 +560,7 @@
 	}
 
 	ao2_global_obj_replace_unref(global_data, data);
+	ao2_ref(data, -1);
 }
 
 /*!
    
    
More information about the asterisk-commits
mailing list