Fix: lttng-elf: wrong error label used by error path
[lttng-tools.git] / src / common / lttng-elf.c
index 6523579fbec8582b768cc501972828c496347054..807d785cedca27e5b4058193e203bf410a87a349 100644 (file)
@@ -826,7 +826,7 @@ int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset)
        if (symtab_hdr.sh_entsize == 0) {
                DBG("Invalid ELF string table entry size.");
                ret = LTTNG_ERR_ELF_PARSING;
-               goto free_symbol_table_data;
+               goto free_string_table_data;
        }
 
        sym_count = symtab_hdr.sh_size / symtab_hdr.sh_entsize;
This page took 0.024915 seconds and 4 git commands to generate.