summaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-19 15:09:08 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-19 15:09:08 +0800
commitb4590ddec4936fd542691ac0d35628afdb9331e1 (patch)
tree671b696be3bbe19c432d82a4bd6f21a6723c3763 /client.c
parent2ed1fce21c24a54bf09da8b39efd7d889a0b74e3 (diff)
Add thumb member to product
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client.c b/client.c
index 18eca17..512e3e4 100644
--- a/client.c
+++ b/client.c
@@ -161,6 +161,8 @@ void icclient_freeproduct(icclient_product *product)
free(product->author);
if (product->image)
free(product->image);
+ if (product->thumb)
+ free(product->thumb);
if (product->comment)
free(product->comment);
if (product->description)