Fixed DESTROY method to make sure it calls its parent.
git-svn-id: svn://10.0.0.236/trunk@107748 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ba894a2d01
commit
7474ccc4a0
@ -139,6 +139,7 @@ sub DESTROY {
|
||||
if ($self->{'_DIRTY'}) {
|
||||
$self->write();
|
||||
}
|
||||
$self->SUPER::DESTROY(@_);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user