minimodem: free samplebuf to appease valgrind

This commit is contained in:
Kamal Mostafa 2014-11-14 09:12:27 -08:00
parent eaf229ea5e
commit 746f0f6c7a
1 changed files with 2 additions and 0 deletions

View File

@ -1262,6 +1262,8 @@ main( int argc, char*argv[] )
} /* end of the main loop */
free(samplebuf);
signal(SIGINT, SIG_DFL);
if ( carrier ) {