[svn-commits] russell: trunk r155264 - /trunk/channels/chan_sip.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Nov 7 09:42:05 CST 2008
Author: russell
Date: Fri Nov 7 09:42:04 2008
New Revision: 155264
URL: http://svn.digium.com/view/asterisk?view=rev&rev=155264
Log:
Remove a bogus ast_free() that Kevin noticed. This was probably just left over
from pre-astobj2ified chan_sip.
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=155264&r1=155263&r2=155264
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Fri Nov 7 09:42:04 2008
@@ -6426,7 +6426,6 @@
if (ast_string_field_init(p, 512)) {
ao2_t_ref(p, -1, "failed to string_field_init, drop p");
- ast_free(p);
return NULL;
}
More information about the svn-commits
mailing list