Compare commits

..

1 Commits

Author SHA1 Message Date
Sam Jones
ca33304318 fix: remove dangling pointer to work_output in CLIPTextModel (#111) 2023-12-10 10:05:02 +08:00

View File

@@ -1124,6 +1124,7 @@ struct CLIPTextModel {
ggml_backend_buffer_free(compute_buffer);
compute_alloc = NULL;
compute_memory_buffer_size = -1;
work_output = NULL;
}
};