Fix: remove invalid free
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index c5cc42b727c107a26d1466cea45227072643aa0c..c8479960d7c635772b01eb0200d0b4c972bbe7ee 100644 (file)
@@ -512,7 +512,6 @@ int lttng_abi_map_channel(int session_objd,
        /* error path after channel was created */
 objd_error:
 notransport:
-       free(lttng_chan);
 alloc_error:
        channel_destroy(chan, channel_handle, 0);
        return ret;
This page took 0.022609 seconds and 4 git commands to generate.