From d73c815f0926c6cd1ccf765b1b1807213f7c75eb Mon Sep 17 00:00:00 2001 From: "rafael@riseup.net" Date: Tue, 20 Jul 2010 16:12:37 +0000 Subject: [PATCH] synced w/ r485 trunk --- darkice/branches/darkice-macosx/configure.in | 2 +- darkice/branches/darkice-macosx/src/DarkIce.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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