From 60de61337cd92ff69d363c096889802e133dabe9 Mon Sep 17 00:00:00 2001 From: Fishpond Date: Sun, 30 Apr 2017 02:25:32 +0200 Subject: [PATCH] StationDirectory must not get deleted any more since it is now a reference to the global variable. --- Makefile | 2 +- PackageInfo | 2 +- Station.cpp | 1 - nbproject/private/configurations.xml | 14 +++++++++++++- nbproject/private/private.xml | 10 +++++++++- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b86bcd1..b0f8b0c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ V_MAJOR = 0 V_MIDDLE = 0 V_MINOR = 3 V_VARIETY = B_APPV_DEVELOPMENT -V_BUILD = 11 +V_BUILD = 12 TARGET_DIR := ./dist PACKAGE = $(TARGET_DIR)/$(NAME)_$(VERSION)-$(ARCH).hpkg diff --git a/PackageInfo b/PackageInfo index ac88686..dd3c507 100644 --- a/PackageInfo +++ b/PackageInfo @@ -8,7 +8,7 @@ Stations including all their attributes are saved as Shoutcast playlist files in Please report back any bugs at https://github.com/fishpond-haiku/Haiku-Radio/issues. Last Updates: -- 0.0.3-11 Allow station searches with keywords predefined by station search service +- 0.0.3-12 Allow station searches with keywords predefined by station search service - 0.0.3-10 Enhanced search on listen.live, handle http redirects - 0.0.3-9 Limit data provided for sniffing format - allows ogg stations to play, better handling of m3u references, retrieve more information from Radio Networks database, increased network timeout for higher stability - 0.0.3-8 Stability enhancements, non-responsive stations are not added any more, accept command line parameters diff --git a/Station.cpp b/Station.cpp index 4a60bcc..f25ac7a 100644 --- a/Station.cpp +++ b/Station.cpp @@ -160,7 +160,6 @@ status_t Station::Save() { } stationInfo.SetType(MimePls); stationFile.Unset(); - delete stationDir; return status; } diff --git a/nbproject/private/configurations.xml b/nbproject/private/configurations.xml index 4489b4d..23387d4 100644 --- a/nbproject/private/configurations.xml +++ b/nbproject/private/configurations.xml @@ -6,7 +6,19 @@ - + + + + + + + + + + + + + About.cpp About.h diff --git a/nbproject/private/private.xml b/nbproject/private/private.xml index 940f157..83a8cbe 100644 --- a/nbproject/private/private.xml +++ b/nbproject/private/private.xml @@ -12,9 +12,17 @@ file:/boot/home/projects/Haiku-Radio/StationFinder.h file:/boot/home/projects/Haiku-Radio/StationFinderListenLive.cpp - file:/boot/home/projects/Haiku-Radio/StationFinderRadioNetwork.cpp + file:/boot/home/projects/Haiku-Radio/Station.h file:/boot/home/projects/Haiku-Radio/StreamIO.h + file:/boot/home/projects/Haiku-Radio/Makefile + file:/boot/home/projects/Haiku-Radio/Station.cpp file:/boot/home/projects/Haiku-Radio/StationFinder.cpp + file:/boot/home/projects/Haiku-Radio/StationFinderRadioNetwork.h + file:/boot/home/projects/Haiku-Radio/RadioApp.cpp + file:/boot/home/projects/Haiku-Radio/StationFinderRadioNetwork.cpp + file:/boot/home/projects/Haiku-Radio/StationFinderListenLive.h + file:/boot/home/projects/Haiku-Radio/Utils.cpp + file:/boot/home/projects/Haiku-Radio/.gitignore file:/boot/home/projects/Haiku-Radio/HttpUtils.cpp file:/boot/home/projects/Haiku-Radio/StreamIO.cpp