From 0d45381125b73feea759213b8341deb4e08d600c Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Sat, 20 Jun 2020 11:01:57 +0800 Subject: prodgroup gets freed too --- client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.c b/client.c index f1591e8..9af1be5 100644 --- a/client.c +++ b/client.c @@ -171,6 +171,8 @@ void icclient_freeproduct(icclient_product *product) { if (product->author) free(product->author); + if (product->prodgroup) + free(product->prodgroup); if (product->image) free(product->image); if (product->thumb) -- cgit v1.3