diff options
Diffstat (limited to 'interchange.c')
-rw-r--r-- | interchange.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interchange.c b/interchange.c index 5219474..55bbdd0 100644 --- a/interchange.c +++ b/interchange.c @@ -84,6 +84,8 @@ void interchange_free_product(struct interchange_product *product) free(product->comment); if (product->description) free(product->description); + if (product->title) + free(product->title); free(product->sku); free(product); } |