commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 09/17: gr-fec: free memory for info word in


From: git
Subject: [Commit-gnuradio] [gnuradio] 09/17: gr-fec: free memory for info word in LDPC gen mtrx encoder
Date: Thu, 14 Apr 2016 20:43:04 +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 f825d6b6d96cbf22d5bf4c00de2cd79cb1b6e27a
Author: tracierenea <address@hidden>
Date:   Wed Apr 6 12:17:28 2016 -0500

    gr-fec: free memory for info word in LDPC gen mtrx encoder
---
 gr-fec/lib/ldpc_G_matrix_impl.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gr-fec/lib/ldpc_G_matrix_impl.cc b/gr-fec/lib/ldpc_G_matrix_impl.cc
index 8ed7969..f12b4e9 100644
--- a/gr-fec/lib/ldpc_G_matrix_impl.cc
+++ b/gr-fec/lib/ldpc_G_matrix_impl.cc
@@ -168,6 +168,7 @@ namespace gr {
         }
 
         // Free memory
+        gsl_matrix_free(s);
         gsl_matrix_free(codeword);
       }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]