diff options
Diffstat (limited to 'catalog.cxx')
-rw-r--r-- | catalog.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/catalog.cxx b/catalog.cxx index ecc01a0..8cdc64a 100644 --- a/catalog.cxx +++ b/catalog.cxx @@ -57,7 +57,6 @@ namespace ICClient { if (catalog) { for (size_t i = 0; i < catalog->length; i++) addProduct(Product{catalog->products[i]}); - icclient_freecatalog(catalog); emit updated(); } } |