Skip to content

Commit 970562e

Browse files
authored
Merge pull request #169 from Bishop19/master
Fix: adds super.destroy() to SecretKeyData
2 parents 5ddc5c0 + 82c3a83 commit 970562e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cryptography/lib/src/cryptography/secret_key.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ class SecretKeyData extends SecretKey {
201201
@override
202202
void destroy() {
203203
_bytes.destroy();
204+
super.destroy();
204205
}
205206

206207
@override

0 commit comments

Comments
 (0)