Fix a memory leak recently created (less work for Milan)
authorFridrich Štrba <fridrich.strba@bluewin.ch>
Wed, 8 Sep 2010 08:08:58 +0000 (10:08 +0200)
committerFridrich Štrba <fridrich.strba@bluewin.ch>
Wed, 8 Sep 2010 08:08:58 +0000 (10:08 +0200)
calendar/backends/groupwise/e-cal-backend-groupwise-utils.c

index c621e84..ae314d7 100644 (file)
@@ -917,6 +917,7 @@ set_attachments_to_cal_component (EGwItem *item, ECalComponent *comp, ECalBacken
                if (!attach_file_url) {
                        g_message ("Could not get attach_file_url %s \n", error->message);
                        g_clear_error (&error);
+                       g_free (filename);
                        return;
                }