Copy pasta.

This commit is contained in:
Adam Treat 2023-05-08 19:10:22 -04:00
parent 9c66308922
commit ad82aaebb1

View File

@ -57,7 +57,6 @@ struct mpt_buffer {
}
~mpt_buffer() {
std::cout << "yes we are cleaning up" << std::endl;
fflush(stdout);
delete[] addr;
}