minimodem: free samplebuf to appease valgrind
This commit is contained in:
parent
eaf229ea5e
commit
746f0f6c7a
|
@ -1262,6 +1262,8 @@ main( int argc, char*argv[] )
|
|||
|
||||
} /* end of the main loop */
|
||||
|
||||
free(samplebuf);
|
||||
|
||||
signal(SIGINT, SIG_DFL);
|
||||
|
||||
if ( carrier ) {
|
||||
|
|
Loading…
Reference in New Issue