mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1292595 - finalize() should be protected in NativeZip r=?sebastian
MozReview-Commit-ID: JFZCfMM6GAk --HG-- extra : rebase_source : 12f41b06b5a11056d3345a05bdb9c83a079765fd
This commit is contained in:
parent
996622f983
commit
b542b9b41a
@ -34,7 +34,7 @@ public class NativeZip implements NativeReference {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void finalize() {
|
||||
protected void finalize() {
|
||||
release();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user