Skip to content
Snippets Groups Projects
Commit 317d209b authored by Chad Hanna's avatar Chad Hanna
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 d73f5bdb
No related branches found
No related tags found
No related merge requests found
Pipeline #85787 failed
......@@ -940,12 +940,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