fix: remove dangling pointer to work_output in CLIPTextModel (#111)
This commit is contained in:
parent
69efe3ce2b
commit
ca33304318
@ -1124,6 +1124,7 @@ struct CLIPTextModel {
|
||||
ggml_backend_buffer_free(compute_buffer);
|
||||
compute_alloc = NULL;
|
||||
compute_memory_buffer_size = -1;
|
||||
work_output = NULL;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user