lib: New data structure - smap.
[cascardo/ovs.git] / utilities / ovs-vsctl.c
index bd47258..830132c 100644 (file)
@@ -3936,7 +3936,7 @@ do_vsctl(const char *args, struct vsctl_command *commands, size_t n_commands,
         table_destroy(c->table);
         free(c->table);
 
-        smap_destroy(&c->options);
+        shash_destroy_free_data(&c->options);
     }
     free(commands);