really fixed issue 30 that was occuring only for shoutcast

This commit is contained in:
rafael@riseup.net 2012-01-16 21:43:20 +00:00
parent 5fbdf2edf6
commit c4677ec32e
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ next version
thanks to Filipe Roque <flip.roque@gmail.com>
o Issue #57: BufferedSink makes streams invalid, fixed.
thanks to Alban Peignier <alban.peignier@gmail.com>
o Issue #30: Segmentation Fault when creating file with fileAddDate, fixed
thanks to Filipe Roque <flip.roque@gmail.com>
27-10-2011 Darkice 1.1 released
o Updated aac+ encoding to use libaacplus-2.0.0 api.

View File

@ -860,7 +860,7 @@ DarkIce :: configShoutCast ( const Config & config,
}
}
if ( fileAddDate ) {
delete[] localDumpFile;
delete[] localDumpName;
}
}