mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-04 17:52:52 +00:00
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:
parent
f62f3738dd
commit
b8ff55c275
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user