mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-04 20:00:04 -04:00
[Renderer] Fixed double delete/free in rend_Screenshot().
This commit is contained in:
@@ -2190,8 +2190,6 @@ void rend_Screenshot(int bm_handle) {
|
||||
dest_data[(((h - 1) - i) * w) + t] = GR_RGB16(r, g, b);
|
||||
}
|
||||
}
|
||||
|
||||
mem_free(temp_data);
|
||||
}
|
||||
|
||||
// Enables/disables writes the depth buffer
|
||||
|
||||
Reference in New Issue
Block a user