summaryrefslogtreecommitdiffstats
path: root/src/schemes
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-04 15:54:58 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-04 15:54:58 (EDT)
commit388669c0d7b99fb0398e3631799d507a7711cf78 (patch)
treef54a31aa48a27f1feff78f5d0efe6365ab2e1967 /src/schemes
parentce8c5af951cbc82771a9c076af6ac98ff37d4896 (diff)
downloadmarquee-388669c0d7b99fb0398e3631799d507a7711cf78.zip
marquee-388669c0d7b99fb0398e3631799d507a7711cf78.tar.gz
marquee-388669c0d7b99fb0398e3631799d507a7711cf78.tar.bz2
about:profiles: Free string vector of profile IDs
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 842ae1c..a4b6eb2 100644
--- a/src/schemes/about/profiles.c
+++ b/src/schemes/about/profiles.c
@@ -90,6 +90,7 @@ mq_about_profiles_response(MqApplication *application,
divs[i] = generate_div(profiles, ids[i]);
}
divs[i] = NULL;
+ g_strfreev(ids);
document = mq_html_document("Profiles",
mq_html_form_v("Add Profile", NULL, divs),