Files @ afd5051b6992
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/SimWindow.cs

Jason Maltzen
Unref and garbage collect after capture to clean up memory and stop crash due to running out of memory.
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}