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 223e3c1..473b7f4 100644 --- a/interchange.c +++ b/interchange.c @@ -81,6 +81,8 @@ void interchange_clear_product(struct interchange_product *product) free(product->crosssell->skus[i]); if (product->author) free(product->author); + if (product->option_type) + free(product->option_type); if (product->category) free(product->category); if (product->prod_group) |