Menu

#34 About memory leak

open
nobody
None
5
2014-07-08
2008-03-11
mike861
No

tags: 2.1beta2
file: audio_encode.c
line: static SpeexPreprocessState *st = NULL;

AllocMemory:
static int input_postprocess()
st = speex_preprocess_state_init(len,rate);
//I use (speex-1.2beta3)

But I can't find code free this memory?
// speex_preprocess_state_destroy(st); ???

Discussion


Log in to post a comment.