mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-06 04:51:17 +02:00
fb92d8f187
Without a virtual destructor, deleting a derived object through a base-class pointer only invokes the base destructor, skipping the derived one.