more object destruction cleanups
This commit is contained in:
parent
c4204eff89
commit
a1d8dbd67a
4 changed files with 11 additions and 34 deletions
|
|
@ -312,7 +312,7 @@ Destroy the cached assets
|
|||
|
||||
=cut
|
||||
|
||||
sub DESTROY {
|
||||
sub DEMOLISH {
|
||||
my $self = shift;
|
||||
for my $key ( qw/ _nextAlbum _prevAlbum / ) {
|
||||
my $asset = delete $self->{ $key };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue