From f0d3fc0015535e0307f4d7d5dd4dbcdb585163ff Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 17 Feb 2016 16:59:41 +0100 Subject: Unset error --- ucad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ucad.c b/ucad.c index eae086b..4ca35b0 100644 --- a/ucad.c +++ b/ucad.c @@ -303,6 +303,7 @@ serve_connection (GSocketConnection *connection, UcaCamera *camera) if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_BROKEN_PIPE)) { g_error_free (error); + error = NULL; active = FALSE; break; } -- cgit v1.2.1