1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Merged in Leandros99/tracy/dev (pull request #9)

Couple of minor compatibility fixes
This commit is contained in:
Arvid Gerstmann
2018-07-13 22:05:13 +00:00
committed by Bartosz Taudul
5 changed files with 20 additions and 2 deletions
+1
View File
@@ -3553,6 +3553,7 @@ private:
template<typename U>
static inline void destroy_array(U* p, size_t count)
{
((void)count);
if (p != nullptr) {
assert(count > 0);
(Traits::free)(p);