[nautilus] location-entry: Remove rogue statement



commit 003d8e1cd430d511c1ef20b5662b36edbb6d7f20
Author: António Fernandes <antoniof gnome org>
Date:   Wed Jul 20 17:52:58 2022 +0200

    location-entry: Remove rogue statement
    
    I've failed to remove this this in 3d1c13915e73dde84ecc4ac44169a573d7ac8be8
    
    My bad!

 src/nautilus-location-entry.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/nautilus-location-entry.c b/src/nautilus-location-entry.c
index fa516afe7..4ae027c8f 100644
--- a/src/nautilus-location-entry.c
+++ b/src/nautilus-location-entry.c
@@ -416,7 +416,6 @@ finalize (GObject *object)
     priv = nautilus_location_entry_get_instance_private (entry);
 
     g_object_unref (priv->completer);
-    g_free (priv->special_text);
 
     g_clear_object (&priv->last_location);
     g_clear_object (&priv->completion);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]