Fixed: Erroneous attempt to free memory in SB_DestroySurface()
Memory for the BiasSurfaces and vertexillum_ts is block-allocated bySB_InitForMap(), therefore it can not be free'd piece-wise with theexisting mechanism used by SB_DestroySurface().
View differences
Fixed: Erroneous attempt to free memory in SB_DestroySurface()
Memory for the BiasSurfaces and vertexillum_ts is block-allocated by
SB_InitForMap(), therefore it can not be free'd piece-wise with the
existing mechanism used by SB_DestroySurface().