fix mem leak
This commit is contained in:
parent
11e28eaa5c
commit
9a7db27b46
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ void pager_popup_free(ObPagerPopup *self)
|
||||||
|
|
||||||
for (i = 0; i < self->desks; ++i)
|
for (i = 0; i < self->desks; ++i)
|
||||||
XDestroyWindow(ob_display, self->wins[i]);
|
XDestroyWindow(ob_display, self->wins[i]);
|
||||||
|
g_free(self->wins);
|
||||||
RrAppearanceFree(self->hilight);
|
RrAppearanceFree(self->hilight);
|
||||||
RrAppearanceFree(self->unhilight);
|
RrAppearanceFree(self->unhilight);
|
||||||
popup_free(self->popup);
|
popup_free(self->popup);
|
||||||
|
|
Loading…
Reference in a new issue