Fix memory de-allocation at rigctl message source block

This commit is contained in:
Manolis Surligas 2016-05-09 03:14:44 +03:00
parent 926eca7f8e
commit 6b98025cf5
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ namespace gr
close (sock);
}
close (listen_sock);
delete buf;
delete [] buf;
exit (EXIT_SUCCESS);
}