(closes issue #10918)
Reported by: brak2718
Patches:
vm1.4.12.1.patch uploaded by brak2718 (license 279)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@85242
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
if (txt) {
if (duration < vmminmessage) {
+ fclose(txt);
if (option_verbose > 2)
ast_verbose( VERBOSE_PREFIX_3 "Recording was %d seconds long but needs to be at least %d - abandoning\n", duration, vmminmessage);
ast_filedelete(tmptxtfile, NULL);