summaryrefslogtreecommitdiff
path: root/lib/river/src/river-output.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/river/src/river-output.c')
-rw-r--r--lib/river/src/river-output.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/river/src/river-output.c b/lib/river/src/river-output.c
index ee48f90..6b507e9 100644
--- a/lib/river/src/river-output.c
+++ b/lib/river/src/river-output.c
@@ -530,7 +530,11 @@ static void astal_river_output_finalize(GObject* object) {
wl_display_roundtrip(priv->wl_display);
g_free(self->layout_name);
+ g_free(self->focused_view);
g_free(self->name);
+ g_free(self->description);
+ g_free(self->make);
+ g_free(self->model);
G_OBJECT_CLASS(astal_river_output_parent_class)->finalize(object);
}