synced w/ r485 trunk
This commit is contained in:
parent
83cb1cad86
commit
d73c815f09
|
@ -1,5 +1,5 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
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)
|
AC_CONFIG_SRCDIR(src/DarkIce.cpp)
|
||||||
AM_CONFIG_HEADER(src/config.h)
|
AM_CONFIG_HEADER(src/config.h)
|
||||||
|
|
||||||
|
|
|
@ -348,7 +348,7 @@ DarkIce :: configIceCast ( const Config & config,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( fileAddDate ) {
|
if ( fileAddDate ) {
|
||||||
delete[] localDumpFile;
|
delete[] localDumpName;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// streaming related stuff
|
// streaming related stuff
|
||||||
|
|
Loading…
Reference in New Issue