From 694d4b4edd93bc8fdba6f578454d6b7b9f95003f Mon Sep 17 00:00:00 2001
From: Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
Date: Thu, 18 Oct 2012 13:40:58 +0200
Subject: Free error that will be set during download

---
 tools/gui/control.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/gui/control.c b/tools/gui/control.c
index aaeeb75..a5ef410 100644
--- a/tools/gui/control.c
+++ b/tools/gui/control.c
@@ -320,6 +320,7 @@ on_download_button_clicked (GtkWidget *widget, ThreadData *data)
     else
         g_printerr ("Error while reading out frames: %s\n", error->message);
 
+    g_error_free (error);
     uca_camera_stop_readout (data->camera, &error);
 
     if (error != NULL)
-- 
cgit v1.2.3