mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-06-08 17:54:10 +02:00
Merged DMD commit 65e5c33d572077b43385744bb559fc760b4f91d1:
fix 2 issues spotted by valgrind
This commit is contained in:
@@ -161,7 +161,7 @@ void _aaRehash(AA** paa)
|
||||
}
|
||||
}
|
||||
if (aa->b != aa->binit)
|
||||
delete aa->b;
|
||||
delete[] aa->b;
|
||||
|
||||
newb.nodes = aa->nodes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user