Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Free window role & machine
Browse files Browse the repository at this point in the history
  • Loading branch information
orestisfl committed Sep 7, 2021
1 parent 3bdea50 commit 8649a7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/window.c
Expand Up @@ -18,6 +18,8 @@
void window_free(i3Window *win) {
FREE(win->class_class);
FREE(win->class_instance);
FREE(win->role);
FREE(win->machine);
i3string_free(win->name);
cairo_surface_destroy(win->icon);
FREE(win->ran_assignments);
Expand Down

0 comments on commit 8649a7e

Please sign in to comment.