GNOME Bugzilla – Bug 793483
gl/wayland: Memory leak when display couldn't connect
Last modified: 2018-02-16 13:02:45 UTC
See commit message
Created attachment 368369 [details] [review] gl/wayland: Memory leak when display couldn't connect When trying to create a wayland display, it may fail because there is not actually display to connect. It this case NULL is returned but the created instance is not freed. This patch unrefs the failed display.
Attachment 368369 [details] pushed as 1784f62 - gl/wayland: Memory leak when display couldn't connect