]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/ovsdb-map-op.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / ovsdb-map-op.c
index 58f43dcda52392f7739ea9ed3da32c1a14a9b294..7b90ba84f92e3f9f3fdb30d01c81bd0840d152bd 100644 (file)
@@ -17,7 +17,7 @@
 #include <config.h>
 #include "ovsdb-map-op.h"
 #include "util.h"
-#include "hmap.h"
+#include "openvswitch/hmap.h"
 #include "hash.h"
 
 /* Map Operation: a Partial Map Update */
@@ -57,6 +57,7 @@ map_op_destroy_datum(struct map_op *map_op, const struct ovsdb_type *type)
     } else {
         ovsdb_datum_destroy(map_op->datum, type);
     }
+    free(map_op->datum);
     map_op->datum = NULL;
 }