diff options
Diffstat (limited to 'Source/SPDataAdditions.m')
-rw-r--r-- | Source/SPDataAdditions.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPDataAdditions.m b/Source/SPDataAdditions.m index 02a2f190..80ca72a1 100644 --- a/Source/SPDataAdditions.m +++ b/Source/SPDataAdditions.m @@ -106,6 +106,7 @@ *((UInt32*)decryptedBytes + ((encryptedLength / 4) - 3)) || *((UInt32*)decryptedBytes + ((encryptedLength / 4) - 2)) ) { + free(decryptedBytes); return nil; } |