]> Pileus Git - aweather/blobdiff - src/aweather-gui.c
Remove gnulib, it's a huge pain
[aweather] / src / aweather-gui.c
index 0f87d43c8a4745372aa1db7d695fcd6f3ebe1699..558f43f12444f2138b87784ea7e4c1927afbb1ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2009-2011 Andy Spencer <andy753421@gmail.com>
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -387,6 +387,7 @@ static void prefs_setup(AWeatherGui *self)
                GtkTreeIter iter;
                if (gtk_tree_model_find_string(model, &iter, NULL, 0, is))
                        gtk_combo_box_set_active_iter(GTK_COMBO_BOX(isw), &iter);
+               g_free(is);
        }
 
        /* Load Plugins */