ust_fork(): close the ustcomm_app socket in the child on fork()
[ust.git] / libust / tracectl.c
index 220d37f6f0bb347b22587c98bbcee6ee6e0857cf..848b272f77c5167de00828e88b67652472ada7f7 100644 (file)
@@ -1478,6 +1478,8 @@ static void ust_fork(void)
                list_del(&bc->list);
        }
 
+       ustcomm_free_app(&ustcomm_app);
+
        buffers_to_export = 0;
        have_listener = 0;
        init_socket();
This page took 0.021931 seconds and 4 git commands to generate.