really fixed issue 30 that was occuring only for shoutcast
This commit is contained in:
parent
5fbdf2edf6
commit
c4677ec32e
|
@ -3,6 +3,8 @@ next version
|
||||||
thanks to Filipe Roque <flip.roque@gmail.com>
|
thanks to Filipe Roque <flip.roque@gmail.com>
|
||||||
o Issue #57: BufferedSink makes streams invalid, fixed.
|
o Issue #57: BufferedSink makes streams invalid, fixed.
|
||||||
thanks to Alban Peignier <alban.peignier@gmail.com>
|
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
|
27-10-2011 Darkice 1.1 released
|
||||||
o Updated aac+ encoding to use libaacplus-2.0.0 api.
|
o Updated aac+ encoding to use libaacplus-2.0.0 api.
|
||||||
|
|
|
@ -860,7 +860,7 @@ DarkIce :: configShoutCast ( const Config & config,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( fileAddDate ) {
|
if ( fileAddDate ) {
|
||||||
delete[] localDumpFile;
|
delete[] localDumpName;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue