lal: modify intelFFTPlan destroy behavior to match non-intel version
Description
The non-Intel versions of DESTROY_PLAN_FUNCTION
handles null pointers without raising errors. This PR modifies the behavior of the Intel versions of DESTROY_PLAN_FUNCTION
to have the same behavior as the non-Intel versions.
One of these also had a return
and that was removed as well to match the rest of the DESTROY_PLAN_FUNCTION
blocks.
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
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Review Status
N/A