Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix a memory leak in KissFFT - warvox - VoIP based wardialing tool, forked from…
Log
Files
Refs
README
---
commit f0b2da65dfa678f674111b220705c70cb9666e55
parent 4a7fea3c82f0ad575254fffb5a581e2d7a15c6a1
Author: HD Moore <[email protected]>
Date: Thu, 5 Mar 2009 07:50:00 +0000
Fix a memory leak in KissFFT
Diffstat:
M src/ruby-kissfft/main.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/src/ruby-kissfft/main.c b/src/ruby-kissfft/main.c
@@ -157,6 +157,7 @@ rbkiss_s_fftr(VALUE class, VALUE r_nfft, VALUE r_rate, VALU…
free(tbuf);
free(fbuf);
free(mag2buf);
+ free(vals);
return(res);
}
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.