mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 06:33:35 +00:00
fixing windows compilation issue
This commit is contained in:
@@ -106,7 +106,7 @@ namespace mlx
|
||||
for(const Descriptor& desc : s_blocks)
|
||||
{
|
||||
#ifdef MLX_COMPILER_MSVC
|
||||
if(it->aligned)
|
||||
if(desc.aligned)
|
||||
_aligned_free(desc.ptr);
|
||||
else
|
||||
std::free(desc.ptr);
|
||||
|
||||
Reference in New Issue
Block a user