diff --git a/openbox/popup.c b/openbox/popup.c index 592c5ee0..8701e1d8 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -395,6 +395,7 @@ void pager_popup_free(ObPagerPopup *self) for (i = 0; i < self->desks; ++i) XDestroyWindow(ob_display, self->wins[i]); + g_free(self->wins); RrAppearanceFree(self->hilight); RrAppearanceFree(self->unhilight); popup_free(self->popup);