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