On Fri, 20 Mar 2026 23:16:47 GMT, Alexander Matveev <[email protected]> wrote:
>> - Fixed potential NULL pointer dereference. >> - Tested on all platforms with all supported media files. > > Alexander Matveev has updated the pull request incrementally with one > additional commit since the last revision: > > 8379212: 13 Null pointer dereference defect groups in 3 glib files [v2] All NULL checks are not necessary, since GLib terminated application if memory allocation fails. ------------- PR Comment: https://git.openjdk.org/jfx/pull/2116#issuecomment-4181508367
