7016131: JDK 7 b127: 8 crashes in native frame:awt_DrawingSurface_FreeDrawingSurfaceInfo+0xc on linux amd64

Reviewed-by: dcherepanov, art
This commit is contained in:
Andrei Dmitriev 2011-03-18 17:56:47 +03:00
parent f62f3738dd
commit b8ff55c275

View File

@ -302,6 +302,7 @@ awt_DrawingSurface_FreeDrawingSurfaceInfo(JAWT_DrawingSurfaceInfo* dsi)
#ifdef DEBUG
fprintf(stderr, "Drawing Surface Info is NULL\n");
#endif
return;
}
free(dsi->platformInfo);
free(dsi);