diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-19 15:43:47 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-19 15:43:47 +0800 |
| commit | 79656a6b50f1bf7814b1077dbce509740914dd5c (patch) | |
| tree | d366b98b20604fcee5ff5546dcfbc0e968987ddf /interchange.c | |
| parent | b678fc08133def937a5273f0f962939ab82537d4 (diff) | |
Add product title
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); } |