Fixed sigsegv in jHexen on shutdown (VG_CHEATARROW was defined, which incremented NUM_VECTOR_GRAPHS one larger than it should be. Thus when deleting the display lists for the vectorgraps in Rend_AutomapUnloadData we were indexing beyond the end of vectorGraphs[] and returning some random memory location which we then attempted to free.
Fixed sigsegv in jHexen on shutdown (VG_CHEATARROW was defined, which incremented NUM_VECTOR_GRAPHS one larger than it should be. Thus when deleting the display lists for the vectorgraps in Rend_AutomapUnloadData we were indexing beyond the end of vectorGraphs[] and returning some random memory location which we then attempted to free.