[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/09: filter: issue #882: making sure to c
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/09: filter: issue #882: making sure to clean up memory in PFB decimator. |
Date: |
Wed, 27 Jan 2016 18:20:23 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit dccc0ed840b9e90dad20613043fc5d57ab61265f
Author: Tom Rondeau <address@hidden>
Date: Mon Jan 25 08:42:23 2016 -0500
filter: issue #882: making sure to clean up memory in PFB decimator.
---
gr-filter/lib/pfb_decimator_ccf_impl.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/gr-filter/lib/pfb_decimator_ccf_impl.cc
b/gr-filter/lib/pfb_decimator_ccf_impl.cc
index 7b4bf73..e282b48 100644
--- a/gr-filter/lib/pfb_decimator_ccf_impl.cc
+++ b/gr-filter/lib/pfb_decimator_ccf_impl.cc
@@ -218,6 +218,7 @@ namespace gr {
}
}
+ fft::free(tmp);
return noutput_items;
}
- [Commit-gnuradio] [gnuradio] branch maint updated (492bce0 -> 393624c), git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'tom/issue768' into maint, git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 07/09: Merge remote-tracking branch 'tom/issue882' into maint, git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 01/09: filter: issue #882: making sure to clean up memory in PFB decimator.,
git <=
- [Commit-gnuradio] [gnuradio] 04/09: runtime: addresses issue 768., git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 02/09: cmake: issue #879. Fixed quotation problem., git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'tom/issue876' into maint, git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 06/09: runtime: issue 883: fixes calculation of alignment in items., git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 03/09: digital: addresses issue #876., git, 2016/01/27
- [Commit-gnuradio] [gnuradio] 05/09: Merge remote-tracking branch 'tom/issue879' into maint, git, 2016/01/27