summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ggml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml.c b/ggml.c
index 9f99a69d..34eef23f 100644
--- a/ggml.c
+++ b/ggml.c
@@ -20987,7 +20987,7 @@ void gguf_free(struct gguf_context * ctx) {
GGML_FREE(ctx->infos);
}
- GGML_ALIGNED_FREE(ctx);
+ GGML_FREE(ctx);
}
const char * gguf_type_name(enum gguf_type type) {