summaryrefslogtreecommitdiff
path: root/interaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'interaction.cpp')
-rw-r--r--interaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interaction.cpp b/interaction.cpp
index b2e62482..5650f629 100644
--- a/interaction.cpp
+++ b/interaction.cpp
@@ -215,7 +215,7 @@ static void ShowGraphReportCallback(void* ctxt, BNBinaryView* view, const char*
static void ShowReportCollectionCallback(void* ctxt, const char* title, BNReportCollection* reports)
{
InteractionHandler* handler = (InteractionHandler*)ctxt;
- handler->ShowReportCollection(title, new ReportCollection(reports));
+ handler->ShowReportCollection(title, new ReportCollection(BNNewReportCollectionReference(reports)));
}