Skip to content

Commit

Permalink
Merge b0c55a1 into 25e65a5
Browse files Browse the repository at this point in the history
  • Loading branch information
indragiek authored Aug 3, 2023
2 parents 25e65a5 + b0c55a1 commit 78fc65a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Sentry/Profiling/SentryProfilerState.mm
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ - (void)appendBacktrace:(const Backtrace &)backtrace
[stack addObject:frameIndex];
}
}
# if defined(DEBUG)
free(symbols);
# endif

const auto sample = [[SentrySample alloc] init];
sample.absoluteTimestamp = backtrace.absoluteTimestamp;
Expand Down

0 comments on commit 78fc65a

Please sign in to comment.