Fix: remove invalid free
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 762c9017aca96bf35b9971a8dd3b63409f19f2e3..45ec1c776a33828dcbfbdb696182cd0e9cb291ee 100644 (file)
@@ -513,7 +513,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.024125 seconds and 4 git commands to generate.