Skip to content

Commit

Permalink
fix up dup dealloc Mehtod
Browse files Browse the repository at this point in the history
  • Loading branch information
cdillard-NewRelic committed Oct 8, 2024
1 parent 9200d2d commit 4a92c67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Agent/General/NewRelicAgentInternal.m
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,6 @@ + (void) shutdown {
#endif
[NRMATraceController completeActivityTrace];

// REWRITE
[NRMAInteractionHistoryObjCInterface deallocInteractionHistory];
#ifndef DISABLE_NRMA_EXCEPTION_WRAPPER
} @catch (NSException* exception) {
Expand Down

0 comments on commit 4a92c67

Please sign in to comment.