From d2c9de98b52e7e9a4918190b1e7079496d2a13b6 Mon Sep 17 00:00:00 2001 From: Thomas Habets <thomas@habets.se> Date: Sat, 29 Aug 2020 23:18:16 +0100 Subject: fec: Remove manual memory management This removes almost all manual memory management in gr-fec/. `scl_list` is a bit of magic, so requires more thinking. --- gr-fec/python/fec/bindings/polar_decoder_sc_systematic_python.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-fec/python/fec/bindings/polar_decoder_sc_systematic_python.cc') diff --git a/gr-fec/python/fec/bindings/polar_decoder_sc_systematic_python.cc b/gr-fec/python/fec/bindings/polar_decoder_sc_systematic_python.cc index 026b456b0e..68047d167a 100644 --- a/gr-fec/python/fec/bindings/polar_decoder_sc_systematic_python.cc +++ b/gr-fec/python/fec/bindings/polar_decoder_sc_systematic_python.cc @@ -14,7 +14,7 @@ /* BINDTOOL_GEN_AUTOMATIC(0) */ /* BINDTOOL_USE_PYGCCXML(0) */ /* BINDTOOL_HEADER_FILE(polar_decoder_sc_systematic.h) */ -/* BINDTOOL_HEADER_FILE_HASH(309212b7e2e5619a81028e00aec2914b) */ +/* BINDTOOL_HEADER_FILE_HASH(6c8471f4ff472e9759f2d45d5a357780) */ /***********************************************************************************/ #include <pybind11/complex.h> -- cgit v1.2.3