layers: Fix memory leak in mem_tracker
authorMark Lobodzinski <mark@lunarg.com>
Tue, 23 Feb 2016 21:11:46 +0000 (14:11 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Tue, 23 Feb 2016 21:13:37 +0000 (14:13 -0700)
commit27e4fe97725b6f87d45d4bfb00e416432e0e8453
treeed76535f4aff4c9350419be128b6e60c3a82c29c
parent610208d442af6a6581b7274e38ac6b701dab16cb
layers: Fix memory leak in mem_tracker

Certain codepaths could result in the validation_functions vector growing
unbounded, causing performance hits in QueueSubmit.
layers/mem_tracker.cpp