I don't think we want to free vid.buffer under win32...

This commit is contained in:
Dabb 2000-11-07 19:23:28 +00:00
parent d1ec2e2cac
commit 6b52545fb0
1 changed files with 0 additions and 1 deletions

View File

@ -295,7 +295,6 @@ VID_AllocBuffers (int width, int height)
// Allocate the new z-buffer
d_pzbuffer = calloc (zbuffersize, 1);
if (!d_pzbuffer) {
free (vid.buffer);
Sys_Error ("Not enough memory for video mode\n");
return false;
}