mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-06 11:00:48 +00:00
Fixed double-free in LLModel::Implementation destructor
This commit is contained in:
@@ -17,6 +17,8 @@ public:
|
||||
|
||||
public:
|
||||
Implementation(Dlhandle&&);
|
||||
Implementation(const Implementation&) = delete;
|
||||
Implementation(Implementation&&);
|
||||
~Implementation();
|
||||
|
||||
static bool isImplementation(const Dlhandle&);
|
||||
|
Reference in New Issue
Block a user