Skip to content

Commit

Permalink
StationDirectory must not get deleted any more since it is now a refe…
Browse files Browse the repository at this point in the history
…rence to the global variable.
  • Loading branch information
Fishpond committed Apr 30, 2017
1 parent 048e4f5 commit 60de613
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PackageInfo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Station.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ status_t Station::Save() {
}
stationInfo.SetType(MimePls);
stationFile.Unset();
delete stationDir;
return status;
}

Expand Down
14 changes: 13 additions & 1 deletion nbproject/private/configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@
</df>
<df name="graphics">
</df>
<df name="objects.x86-cc2-debug">
<df name="objects.x86-cc2-release">
<df name="package">
<df name="apps">
</df>
<df name="data">
<df name="deskbar">
<df name="menu">
<df name="Applications">
</df>
</df>
</df>
</df>
</df>
</df>
<in>About.cpp</in>
<in>About.h</in>
Expand Down
10 changes: 9 additions & 1 deletion nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@
<group>
<file>file:/boot/home/projects/Haiku-Radio/StationFinder.h</file>
<file>file:/boot/home/projects/Haiku-Radio/StationFinderListenLive.cpp</file>
<file>file:/boot/home/projects/Haiku-Radio/StationFinderRadioNetwork.cpp</file>
<file>file:/boot/home/projects/Haiku-Radio/Station.h</file>
<file>file:/boot/home/projects/Haiku-Radio/StreamIO.h</file>
<file>file:/boot/home/projects/Haiku-Radio/Makefile</file>
<file>file:/boot/home/projects/Haiku-Radio/Station.cpp</file>
<file>file:/boot/home/projects/Haiku-Radio/StationFinder.cpp</file>
<file>file:/boot/home/projects/Haiku-Radio/StationFinderRadioNetwork.h</file>
<file>file:/boot/home/projects/Haiku-Radio/RadioApp.cpp</file>
<file>file:/boot/home/projects/Haiku-Radio/StationFinderRadioNetwork.cpp</file>
<file>file:/boot/home/projects/Haiku-Radio/StationFinderListenLive.h</file>
<file>file:/boot/home/projects/Haiku-Radio/Utils.cpp</file>
<file>file:/boot/home/projects/Haiku-Radio/.gitignore</file>
<file>file:/boot/home/projects/Haiku-Radio/HttpUtils.cpp</file>
<file>file:/boot/home/projects/Haiku-Radio/StreamIO.cpp</file>
</group>
Expand Down

0 comments on commit 60de613

Please sign in to comment.