diff options
| -rw-r--r-- | ucad.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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;          } | 
