Skip to content
Snippets Groups Projects
Commit acee0300 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

streamthinca: don't unlink coinc_event_map table

- doing so breaks gracedb uploads, and upon testing I have found that the unlink is not required to fix the memory leak
parent c937740f
No related branches found
No related tags found
No related merge requests found
......@@ -328,7 +328,6 @@ class StreamThinca(object):
map(real_coinc_event_map_table.append, coinc_event_map_table)
else:
background_coinc_sngls = []
coinc_event_map_table.unlink()
# record boundary
self.last_boundary = boundary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment