Fix: remove invalid free
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index d8150b6b15627cb2cee21adfabfd315e0a70bc63..9e4e5cd56713eb77659b72aa074140c6c51bfa4b 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.023774 seconds and 4 git commands to generate.