Skip to content

Fix modearray-related bug in NRwaveform interface.

Summary

Description

The NRwaveform interface destroys the modearray structure even if it was created outside the LAL call. This may create segfaults like in this example. The proposed change takes care of destroying the modearray structure only if it was created internally.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

Edited by Riccardo Sturani

Merge request reports