Skip to content

Commit dca7736

Browse files
Bishop19petrleocompel
authored andcommitted
fix: add super.destroy() to SecretKeyData
1 parent 7769fae commit dca7736

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)