mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Changed the DESTROY method to make sure it calls its parent.
This commit is contained in:
parent
d8ed08b9c5
commit
df6f9d0b23
@ -330,6 +330,7 @@ sub DESTROY {
|
||||
if ($self->{'_DIRTY'}->{'groups'}) {
|
||||
$self->writeGroups();
|
||||
}
|
||||
$self->SUPER::DESTROY(@_);
|
||||
}
|
||||
|
||||
sub writeProperties {
|
||||
|
Loading…
Reference in New Issue
Block a user