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
This commit is contained in:
Russell Bryant 2007-06-08 15:32:46 +00:00
parent 154c1a7af5
commit bd11057367
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}