diff --git a/darkice/branches/darkice-macosx/configure.in b/darkice/branches/darkice-macosx/configure.in index 4d9368d..b591021 100644 --- a/darkice/branches/darkice-macosx/configure.in +++ b/darkice/branches/darkice-macosx/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(darkice, 1.0) +AC_INIT(darkice, 1.0.1) AC_CONFIG_SRCDIR(src/DarkIce.cpp) AM_CONFIG_HEADER(src/config.h) diff --git a/darkice/branches/darkice-macosx/src/DarkIce.cpp b/darkice/branches/darkice-macosx/src/DarkIce.cpp index c48c298..7c830cf 100644 --- a/darkice/branches/darkice-macosx/src/DarkIce.cpp +++ b/darkice/branches/darkice-macosx/src/DarkIce.cpp @@ -348,7 +348,7 @@ DarkIce :: configIceCast ( const Config & config, } } if ( fileAddDate ) { - delete[] localDumpFile; + delete[] localDumpName; } } // streaming related stuff