[asterisk-commits] russell: branch russell/sched_thread2 r173856 - in /team/russell/sched_thread...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 6 04:44:33 CST 2009
Author: russell
Date: Fri Feb 6 04:44:33 2009
New Revision: 173856
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=173856
Log:
sync with trunk
Modified:
team/russell/sched_thread2/ (props changed)
team/russell/sched_thread2/main/manager.c
Propchange: team/russell/sched_thread2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Feb 6 04:44:33 2009
@@ -1,1 +1,1 @@
-/trunk:1-173822
+/trunk:1-173855
Modified: team/russell/sched_thread2/main/manager.c
URL: http://svn.digium.com/svn-view/asterisk/team/russell/sched_thread2/main/manager.c?view=diff&rev=173856&r1=173855&r2=173856
==============================================================================
--- team/russell/sched_thread2/main/manager.c (original)
+++ team/russell/sched_thread2/main/manager.c Fri Feb 6 04:44:33 2009
@@ -1862,6 +1862,7 @@
c = ast_get_channel_by_name_locked(name);
if (!c) {
astman_send_error(s, m, "No such channel");
+ ast_free(str);
return 0;
}
}
More information about the asterisk-commits
mailing list