diff options
author | Tomas Bzatek <[email protected]> | 2020-07-24 15:09:08 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2020-07-29 20:47:20 +0000 |
commit | f01e028beade99865610bd27521263f6288e9030 (patch) | |
tree | 1e91e0a19709205526a074f8031fa8513aa04aa0 /applets/clock/clock-location-tile.c | |
parent | 57e28f8e776d3255cdf9fd00098b2d498d960483 (diff) | |
download | mate-panel-f01e028beade99865610bd27521263f6288e9030.tar.bz2 mate-panel-f01e028beade99865610bd27521263f6288e9030.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.c | 2 |
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); } } |