Skip to content

Commit

Permalink
Item14237: Fixed a bug with cleaning up all registered callbacks
Browse files Browse the repository at this point in the history
Destructor was too agressive...
  • Loading branch information
vrurg committed Oct 29, 2017
1 parent 289d9a9 commit 37a4730
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/lib/Foswiki/Util/Callbacks.pm
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ before DEMOLISH => sub {
{
$this->deregisterCallback($cbName);
}

delete $appHeap->{_aux_registered_callbacks};
}

}
Expand Down

0 comments on commit 37a4730

Please sign in to comment.