diff options
author | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-05-21 11:24:54 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-05-21 11:24:54 (GMT) |
commit | 17555ab77041d5b68972eab608fe98799e0789e9 (patch) | |
tree | ae1c6911feb362c7245180c939355dc874e381bd /tests | |
parent | 803c7c3ff783ca74bc75fe574a98db51e2de9f22 (diff) | |
download | Qt-17555ab77041d5b68972eab608fe98799e0789e9.zip Qt-17555ab77041d5b68972eab608fe98799e0789e9.tar.gz Qt-17555ab77041d5b68972eab608fe98799e0789e9.tar.bz2 |
Call eglTerminate() when the last QEglContext is destroyed to free mem.
We never called eglTerminate() to free memory allocated by
eglInitialize() since it was a fixed allocation that would be used
for the lifetime of an application. The new behavior is to call
eglTerminate() when the last EGL context in the app is destroyed.
Task-number: QT-3383
Reviewed-by: Rhys Weatherley
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions