X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fevent-notifier-error-accounting.c;h=34dc2b4fe30e8011ca5998407529d5dc0bd3f388;hp=035f3a03676fe1cfc2d663dd1497e021e731be84;hb=5d650dcd9e04bcabd53fdf5f3104b93eb82bc0a9;hpb=44d0e2f1fb3af20af90a224a2f459c228b75b596;ds=sidebyside diff --git a/src/bin/lttng-sessiond/event-notifier-error-accounting.c b/src/bin/lttng-sessiond/event-notifier-error-accounting.c index 035f3a036..34dc2b4fe 100644 --- a/src/bin/lttng-sessiond/event-notifier-error-accounting.c +++ b/src/bin/lttng-sessiond/event-notifier-error-accounting.c @@ -481,7 +481,6 @@ event_notifier_error_accounting_register_app(struct ust_app *app) cpu_counters = NULL; goto end; -error_allocate_cpu_counters: error_send_cpu_counter_data: error_duplicate_cpu_counter: /* Teardown any duplicated cpu counters. */ @@ -498,6 +497,7 @@ error_duplicate_cpu_counter: free(cpu_counters[i]); } +error_allocate_cpu_counters: error_send_counter_data: ustctl_release_object(-1, new_counter); free(new_counter);