summaryrefslogtreecommitdiffstats
path: root/src/schemes
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-07 21:55:46 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-07 21:55:46 (EST)
commit06719ff4dc555908f17ca85ae27aee46ac525521 (patch)
treee15e97f54d61ab7d5981acea4479749a14dcb9dc /src/schemes
parentde28e372c6ca08ab20ac57e452f559f2eac233b8 (diff)
downloadmarquee-06719ff4dc555908f17ca85ae27aee46ac525521.zip
marquee-06719ff4dc555908f17ca85ae27aee46ac525521.tar.gz
marquee-06719ff4dc555908f17ca85ae27aee46ac525521.tar.bz2
about:profiles: Free "color_" string
Diffstat (limited to 'src/schemes')
-rw-r--r--src/schemes/about/profiles.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schemes/about/profiles.c b/src/schemes/about/profiles.c
index e4e23ad..1d3fecd 100644
--- a/src/schemes/about/profiles.c
+++ b/src/schemes/about/profiles.c
@@ -308,6 +308,7 @@ generate_div(MqProfiles *profiles, gchar *id)
g_free(editing_str);
g_free(name_str);
+ g_free(color_str);
g_free(launch_str);
g_free(default_str);
g_free(delete_str);