Skip to content

Commit

Permalink
Attempt at fixing memory leak. Updated for 1.0.4 (update did not gene…
Browse files Browse the repository at this point in the history
…rate errors)
  • Loading branch information
bigorangemachine committed Jul 1, 2015
1 parent c68dbd9 commit 423affa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Kerbal Space Program [as posted on Curse](http://www.curse.com/ksp-mods/kerbal/224287-kronal-vessel-viewer-kvv-exploded-ship-view) and featured in [Scott Manley's Video](https://www.youtube.com/watch?v=Y9csr64ghh4)
Kerbal Space Program [as posted on Curse](http://www.curse.com/ksp-mods/kerbal/224287-kronal-vessel-viewer-kvv-exploded-ship-view)

As Scene:
* Scott Manley's [Video](https://www.youtube.com/watch?v=Y9csr64ghh4)
* [PC Gamer](http://www.pcgamer.com/the-best-kerbal-space-program-mods-2/)
* [Fridge Magnet](https://www.reddit.com/r/KerbalSpaceProgram/comments/3akcf8/kerbal_fridge_magnets_103/) projects
* Youtube: FrunfWorks [KVV How To](https://www.youtube.com/watch?v=_zbi8FL5B20)

Check [this forks release page](https://github.com/bigorangemachine/ksp-kronalutils/releases) for a download alternative

Expand Down
2 changes: 2 additions & 0 deletions src/KRSVesselShot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ private void SaveTexture(String fileName)
System.IO.File.WriteAllBytes(filename, bytes);

Debug.Log(string.Format("KVV: Took screenshot to: {0}", filename));
screenShot = null;
bytes = null;
}
private static string MakeValidFileName(string name)
{
Expand Down

0 comments on commit 423affa

Please sign in to comment.