mer-hybris / qt5-qpa-hwcomposer-plugin

Qt 5 QPA plugin for Droid hwcomposer
22 stars 45 forks source link

[hwcomposer] No need to keep the window instance around. Fixes JB#32664 #48

Closed mikkoharju closed 8 years ago

mikkoharju commented 9 years ago

If the hwc_win was destroyed normally through eglDestroySurface, destructor here would double-free. Since hwc_win is not used for anything useful, remove it.

sletta commented 9 years ago

LGTM

mkosola commented 8 years ago

LGTM