Add array
[babeltrace.git] / types / float.c
index 266f7579da0c37de05eb43b9218ca31c839f7a35..56ca402c2b4a9a9f4f84f80c26a4a0fa18b8848a 100644 (file)
@@ -40,6 +40,9 @@ void float_copy(struct stream_pos *dest, const struct format *fdest,
 
 void float_type_free(struct type_class_float *float_class)
 {
+       integer_type_free(float_class->exp);
+       integer_type_free(float_class->mantissa);
+       integer_type_free(float_class->sign);
        g_free(float_class);
 }
 
This page took 0.022962 seconds and 4 git commands to generate.