fix ~server_batch()

This commit is contained in:
Xuan Son Nguyen
2026-07-30 18:31:20 +02:00
parent d862564533
commit 76bb9cb0ad
+1
View File
@@ -97,6 +97,7 @@ struct server_batch {
~server_batch() {
if (batch.pos != nullptr) {
clear();
llama_batch_free(batch);
}
}