[pve-devel] memory leak in PVE/QMPClient.pm
Dietmar Maurer
dietmar at proxmox.com
Mon Oct 29 10:45:58 CET 2012
Why do we need that (seems to work without DESTROY)?
> +sub DESTROY {
> + my ($self) = @_;
> +
> + # delete self referenced mux
> + $self->{mux} = undef;
> +}
More information about the pve-devel
mailing list