fork: don't switch buffer when destroying trace in child
[ust.git] / tests / hello / hello.c
index 561d92e464d7f00871a97f42265a190a4c0ee141..5db487b05a1503040865102e34565b8427f0a932 100644 (file)
@@ -63,7 +63,7 @@ int main()
        scanf("%*s");
 
        ltt_trace_stop("auto");
-       ltt_trace_destroy("auto");
+       ltt_trace_destroy("auto", 0);
 
        DBG("TRACE STOPPED");
        scanf("%*s");
This page took 0.022495 seconds and 4 git commands to generate.