Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanlanik committed Oct 22, 2024
1 parent 31a2b0f commit fbcc6be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fbcc6be

Please sign in to comment.