Fix type free memleak
[babeltrace.git] / include / babeltrace / types.h
index 3dea99e54b012d7fffc68640af8705f28249b1b8..417bb691ca6020453905c7ecac64596955d00759 100644 (file)
@@ -35,6 +35,7 @@ struct type_class {
        size_t (*copy)(unsigned char *dest, const struct format *fdest, 
                       const unsigned char *src, const struct format *fsrc,
                       const struct type_class *type_class);
+       void (*free)(struct type_class *type_class);
 };
 
 struct type_class_integer {
This page took 0.023145 seconds and 4 git commands to generate.