[gtranslator/dl-integration: 14/18] dl-integration: Remove autofree
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator/dl-integration: 14/18] dl-integration: Remove autofree
- Date: Sat, 23 Mar 2019 09:28:29 +0000 (UTC)
commit d340780f80fe68afe603ee498e741623adc93046
Author: Teja Cetinski <teja cetinski eu>
Date: Fri Feb 22 10:23:20 2019 +0100
dl-integration: Remove autofree
Remove g_autofree for combo box name.
src/gtr-dl-teams.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtr-dl-teams.c b/src/gtr-dl-teams.c
index dfc0d5c1..9d70d164 100644
--- a/src/gtr-dl-teams.c
+++ b/src/gtr-dl-teams.c
@@ -354,7 +354,7 @@ gtr_dl_teams_save_combo_selected (GtkComboBox *combo,
GtrDlTeamsPrivate *priv = gtr_dl_teams_get_instance_private (self);
GtkTreeIter iter;
GtkTreePath *path;
- g_autofree const gchar *name;
+ const gchar *name;
path = gtk_tree_path_new_from_indices (gtk_combo_box_get_active (combo), -1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]