mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Copy pasta.
This commit is contained in:
parent
9c66308922
commit
ad82aaebb1
@ -57,7 +57,6 @@ struct mpt_buffer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
~mpt_buffer() {
|
~mpt_buffer() {
|
||||||
std::cout << "yes we are cleaning up" << std::endl;
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
delete[] addr;
|
delete[] addr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user