summaryrefslogtreecommitdiff
path: root/applets/clock/clock-location-tile.c
diff options
context:
space:
mode:
authorTomas Bzatek <[email protected]>2020-07-24 15:09:08 +0200
committerPablo Barciela <[email protected]>2020-08-03 13:46:35 +0200
commite9163da19693a6268a83d25ffd4472e8e0590d7d (patch)
tree8f65746f028feddca764970aa7be00a2c586abe7 /applets/clock/clock-location-tile.c
parentf91d7212976bf5a5a71cdb0c5cdf107083c17767 (diff)
downloadmate-panel-e9163da19693a6268a83d25ffd4472e8e0590d7d.tar.bz2
mate-panel-e9163da19693a6268a83d25ffd4472e8e0590d7d.tar.xz
clock: Fix GError double free
Let the GError ownership on the async finish method call.
Diffstat (limited to 'applets/clock/clock-location-tile.c')
-rw-r--r--applets/clock/clock-location-tile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/applets/clock/clock-location-tile.c b/applets/clock/clock-location-tile.c
index cdcc1ef3..4e0d71a2 100644
--- a/applets/clock/clock-location-tile.c
+++ b/applets/clock/clock-location-tile.c
@@ -185,8 +185,6 @@ make_current_cb (gpointer data, GError *error)
g_signal_connect (dialog, "response",
G_CALLBACK (gtk_widget_destroy), NULL);
gtk_window_present (GTK_WINDOW (dialog));
-
- g_error_free (error);
}
}