Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b659aec authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix a leak I caused in the libcorkscrew test program.

Change-Id: Iecbe006721d462694d48f32bca1606443b9c9714
parent cdc6d77b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ void do_backtrace() {
      } else {
        fprintf(stderr, "  %s (\?\?\?)\n", line);
      }
      free(symbols);
      free_symbol_table(symbols);
    }
  }