An error occurred while loading the file. Please try again.
-
Charlie Ringer authored
Memory was leaking due to not being able to delete players in the lookahead destructor. Attempted deletion was causing a crash because of vector resizing calling the destructor then the destructor being called again when the object went out of scope. Using shared_ptrs fixed this.
c768db69