update
This commit is contained in:
parent
31a2b0f049
commit
fbcc6be6a6
1 changed files with 1 additions and 0 deletions
1
source.c
1
source.c
|
@ -142,6 +142,7 @@ void on_focus_change(struct GtkLock *gtklock, struct Window *win, struct Window
|
|||
|
||||
void on_window_destroy(struct GtkLock *gtklock, struct Window *ctx) {
|
||||
if(MODULE_DATA(ctx) != NULL) {
|
||||
gtk_widget_destroy(POWERBAR(ctx)->revealer);
|
||||
g_free(MODULE_DATA(ctx));
|
||||
MODULE_DATA(ctx) = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue