D6567: Do not leak XVisualInfo (GLX path)

2018-01-05 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes. Closed by commit R102:d1355c3a1ca9: Do not leak XVisualInfo (GLX path) (authored by madcatx, committed by aacid). REPOSITORY R102 KInfoCenter CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6567?vs=16334=24798

D6567: Do not leak XVisualInfo (GLX path)

2017-07-08 Thread Michal MalĂ˝
madcatx created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY XVisualInfo is not released by get_gl_info_glx() TEST PLAN Leak check with valgrind shows that visinfo is no longer leaking. REPOSITORY