mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-29 06:00:58 -05:00
Without a virtual destructor, deleting a derived object through a base-class pointer only invokes the base destructor, skipping the derived one.