Skip to content

Commit 7b1f858

Browse files
mattmundellgreenbonebot
authored andcommitted
Fix: free iterator in reset_stale_report_exports
1 parent 2b7b539 commit 7b1f858

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/manage_report_export_scheduler.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ reset_stale_report_exports ()
138138
}
139139

140140
sql_commit ();
141+
142+
cleanup_iterator (&report_exports);
141143
}
142144

143145
/**

0 commit comments

Comments
 (0)