Skip to content
Snippets Groups Projects
  • Charlie Ringer's avatar
    Memory Leak fixed · c768db69
    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