зеркало из https://github.com/mozilla/pjs.git
258699: Add finalize method to CipherContentProxy class.
This commit is contained in:
Родитель
7cce1d2bea
Коммит
f681ad98e3
|
@ -44,4 +44,8 @@ final class CipherContextProxy extends NativeProxy {
|
|||
}
|
||||
|
||||
protected native void releaseNativeResources();
|
||||
|
||||
protected void finalize() throws Throwable {
|
||||
super.finalize();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче