[asterisk-commits] russell: branch russell/ais r78857 - /team/russell/ais/res/res_ais.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Aug 9 15:58:03 CDT 2007
Author: russell
Date: Thu Aug 9 15:58:02 2007
New Revision: 78857
URL: http://svn.digium.com/view/asterisk?view=rev&rev=78857
Log:
make valgrind happy
Modified:
team/russell/ais/res/res_ais.c
Modified: team/russell/ais/res/res_ais.c
URL: http://svn.digium.com/view/asterisk/team/russell/ais/res/res_ais.c?view=diff&rev=78857&r1=78856&r2=78857
==============================================================================
--- team/russell/ais/res/res_ais.c (original)
+++ team/russell/ais/res/res_ais.c Thu Aug 9 15:58:02 2007
@@ -579,7 +579,7 @@
struct ast_variable *var;
struct event_channel *event_channel;
SaAisErrorT res;
- SaNameT sa_name;
+ SaNameT sa_name = { 0, };
AST_RWLIST_WRLOCK(&event_channels);
AST_RWLIST_TRAVERSE(&event_channels, event_channel, entry) {
More information about the asterisk-commits
mailing list