From: Brian West Date: Tue, 17 Feb 2009 04:34:01 +0000 (+0000) Subject: OCD kickin in X-Git-Tag: v1.0.3~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=728b261d9b2eafea4985a5edc3e308c48d5dfb61;p=thirdparty%2Ffreeswitch.git OCD kickin in git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12082 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_http/mod_http.c b/src/mod/applications/mod_http/mod_http.c index ba94da6830..4f0422f6fc 100644 --- a/src/mod/applications/mod_http/mod_http.c +++ b/src/mod/applications/mod_http/mod_http.c @@ -67,7 +67,7 @@ do{\ #define GARBAGE_ADD(a) \ do {\ - if(memloc_i >= MAX_MEMLOCS){\ + if (memloc_i >= MAX_MEMLOCS){\ switch_safe_free(ccmd);\ GARBAGE_CLEANUP();\ stream->write_function(stream, "-ERR\n");\