summaryrefslogtreecommitdiff
path: root/control_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'control_service.c')
-rw-r--r--control_service.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/control_service.c b/control_service.c
index 097ae88..46f8f8c 100644
--- a/control_service.c
+++ b/control_service.c
@@ -35,6 +35,8 @@ static gboolean service_incoming(GSocketService *service,
}
}
+ g_object_unref(input);
+
if(error != NULL) {
g_warning(error->message);
g_error_free(error);