diff options
| author | Mike Stroyan <mike@LunarG.com> | 2015-10-06 15:32:56 -0600 |
|---|---|---|
| committer | Mike Stroyan <mike@LunarG.com> | 2015-10-06 16:39:11 -0600 |
| commit | 6c223728323faa4a1307bd25ee7f0651c7590c05 (patch) | |
| tree | 2afd993e8032e4dc62718d197772fb9643e37b8f /layers/draw_state.cpp | |
| parent | a91d5a17aa5c68d5f9212ab47b5103378cc3de73 (diff) | |
| download | usermoji-6c223728323faa4a1307bd25ee7f0651c7590c05.tar.xz | |
loader, icd: correct use of _aligned_malloc
Memory allocated with _aligned_malloc on WIN32 should be released with _aligned_free.
If icd/common/icd-instance is ever used on WIN32 it will now use _aligned_free.
loader_aligned_heap_alloc and loader_aligned_alloc would require additional
matching loader_aligned*_free functions to be correct for WIN32.
But both functions are never used. Just remove those functions for now.
Diffstat (limited to 'layers/draw_state.cpp')
0 files changed, 0 insertions, 0 deletions
