[svn-commits] mmichelson: branch 1.6.1 r165332 - in /branches/1.6.1: ./ res/res_odbc.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 17 15:49:00 CST 2008


Author: mmichelson
Date: Wed Dec 17 15:48:59 2008
New Revision: 165332

URL: http://svn.digium.com/view/asterisk?view=rev&rev=165332
Log:
Merged revisions 165330 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r165330 | mmichelson | 2008-12-17 15:46:19 -0600 (Wed, 17 Dec 2008) | 3 lines

Fix a refcount leak in res_odbc


........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/res/res_odbc.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/res/res_odbc.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/res/res_odbc.c?view=diff&rev=165332&r1=165331&r2=165332
==============================================================================
--- branches/1.6.1/res/res_odbc.c (original)
+++ branches/1.6.1/res/res_odbc.c Wed Dec 17 15:48:59 2008
@@ -748,6 +748,7 @@
 	}
 #endif
 
+	ao2_ref(class, -1);
 	return obj;
 }
 




More information about the svn-commits mailing list