From: Russell Bryant Date: Fri, 8 Jun 2007 15:32:46 +0000 (+0000) Subject: Minor formatting change to test changes to mantis auto-closing issues X-Git-Tag: 1.6.0-beta1~3^2~2419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd11057367e1f452eb49cf62711a74b7774d9fc4;p=thirdparty%2Fasterisk.git Minor formatting change to test changes to mantis auto-closing issues (closes issue #6000) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68448 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/asterisk.c b/main/asterisk.c index 48a90ae826..7a65e47bcd 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -293,6 +293,7 @@ void ast_unregister_file_version(const char *file) } AST_LIST_TRAVERSE_SAFE_END; AST_LIST_UNLOCK(&file_versions); + if (find) ast_free(find); }