Commit 4f5bbe56 authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

vk_query_cache: Hack counter destructor to avoid reserving queries

This is a hack to destroy all HostCounter instances before the base
class destructor is called. The query cache should be redesigned to have
a proper ownership model instead of using shared pointers.

For now, destroy the host counter hierarchy from the derived class
destructor.
parent 58b0ae84
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment