Skip to content
Snippets Groups Projects
Commit a8c765d6 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_inspiral: force some extra cleanup

parent 8feec387
No related branches found
No related tags found
No related merge requests found
......@@ -717,7 +717,11 @@ for svd_bank, output_filename, likelihood_file in zip(svd_banks, options.output,
if pipeline.set_state(gst.STATE_NULL) != gst.STATE_CHANGE_SUCCESS:
raise RuntimeError("pipeline could not be set to NULL")
del handler.pipeline
del output.pipeline
del handler
del bank
del banks
#
......
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