Fix: bt_ctfser_write_float64(): use `double` in union, not `float`
[babeltrace.git] / src / plugins / utils / trimmer / trimmer.c
index 56ed9683f4617e965a204c8053ea3c699c3391fe..85c8917daeb4cf28955ea669453bb645a2057374 100644 (file)
@@ -198,7 +198,7 @@ bool compile_and_match(const char *pattern, const char *string, GMatchInfo **mat
                 * FALSE.  If there's no match, we have no use for it, so free
                 * it immediatly and don't return it to the caller.
                 */
-               g_match_info_unref(*match_info);
+               g_match_info_free(*match_info);
                *match_info = NULL;
        }
 
This page took 0.025003 seconds and 4 git commands to generate.