hyphanet / java_installer

The java-based installer
https://freenetproject.org/
26 stars 19 forks source link

Memory leak fixes and minor tweaks. #3

Closed RichyRich closed 11 years ago

RichyRich commented 11 years ago

Mostly replaced unnecessary temporary strings (which weren't being released). Also, now calls the wrapper script 'run.sh stop' to stop freenet, rather than deleting the .anchor file. Fixed the about box not showing. Cleaned up the way NSTask is used.

freenet commented 11 years ago

Interesting. Will try to look at this soon, but I'm not a mac person...

freenet commented 11 years ago

Which is why we need you. I'll have a look anyway soon. Thanks - toad

toad commented 11 years ago

Merged, but one of these commits includes a lot more than it says; try to keep to the rule "one commit, one change". Also, I think we need to recompile the binaries for the mac tray thingy?