We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba338f commit eebc6d4Copy full SHA for eebc6d4
1 file changed
src/Magick.NET/Helpers/ByteArrayWrapper.cs
@@ -30,6 +30,7 @@ public byte[] GetBytes()
30
{
31
var result = new byte[_length];
32
Array.Copy(_bytes, result, _length);
33
+ _pool.Return(_bytes);
34
return result;
35
}
36
0 commit comments