X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fuserspace-probe.c;fp=src%2Fcommon%2Fuserspace-probe.c;h=37bdcc7b1b7897ac3ef588b4839744995dd17591;hp=ac26a0c47411790b2a130067bcfe4821c1c73a1a;hb=adf53c6784b300427bb9fbff461fa88c897b9185;hpb=5d21f1435f208a26dee82e16e3f28df43e5df318 diff --git a/src/common/userspace-probe.c b/src/common/userspace-probe.c index ac26a0c47..37bdcc7b1 100644 --- a/src/common/userspace-probe.c +++ b/src/common/userspace-probe.c @@ -150,7 +150,7 @@ void lttng_userspace_probe_location_destroy( lttng_userspace_probe_location_tracepoint_destroy(location); break; default: - free(location); + abort(); } }