summaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
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)