From 94b886650cac2a1e6a7b4d5a57532dafcadcab70 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Fri, 31 Mar 2006 09:53:05 +0000 Subject: [PATCH] fix formatting git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16640 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_realtime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pbx/pbx_realtime.c b/pbx/pbx_realtime.c index bd9be8c568..0ec8c538d4 100644 --- a/pbx/pbx_realtime.c +++ b/pbx/pbx_realtime.c @@ -229,7 +229,8 @@ static int realtime_exec(struct ast_channel *chan, const char *context, const ch static int realtime_matchmore(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data) { REALTIME_COMMON(MODE_MATCHMORE); - if (var) ast_variables_destroy(var); + if (var) + ast_variables_destroy(var); if (var) res = 1; return res > 0 ? res : 0;