diff options
author | Dan Robertson <dan@dlrobertson.com> | 2018-12-18 21:26:28 +0000 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-12-18 16:56:11 -0800 |
commit | 89285a9a5fdcba3e20fcc9a1fa06d394ba75a25a (patch) | |
tree | a254d20117a6f7dc8cf2c72c46938d94b5070cba /gnuradio-runtime/python/gnuradio/gr_unittest.py | |
parent | 1a898a1474ef0f78d02d26807f2b288a2fdcc1aa (diff) |
filter: Fix pfb_decimator_ccf_impl alloc-dealloc mismatch
The d_rotator member of pfb_decimator_ccf_impl is allocated with new[]
but deallocated with delete. It should instead be deallocated with
delete[].
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/gr_unittest.py')
0 files changed, 0 insertions, 0 deletions