Skip to content
Snippets Groups Projects
Commit a8bfa6c2 authored by Chad Hanna's avatar Chad Hanna Committed by Patrick Godwin
Browse files

gstlal_inspiral: make sure anything with a reference to pipeline is freed...

gstlal_inspiral: make sure anything with a reference to pipeline is freed before setting NULL - NOTE check in on bottle route stuff. Still not sure it is freeing everything it should be in each loop
parent 38b5f1c8
No related branches found
No related tags found
No related merge requests found
......@@ -983,12 +983,13 @@ for output_file_number, (svd_bank_url_dict, output_url, ranking_stat_output_url,
#
if pipeline.set_state(Gst.State.NULL) != Gst.StateChangeReturn.SUCCESS:
raise RuntimeError("pipeline could not be set to NULL")
del triggersrc
del handler.pipeline
del handler
del bank
del banks
if pipeline.set_state(Gst.State.NULL) != Gst.StateChangeReturn.SUCCESS:
raise RuntimeError("pipeline could not be set to NULL")
#
......
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