Skip to content

Commit

Permalink
let's use remove instead of unref - still commenting out remove
Browse files Browse the repository at this point in the history
svn path=/bioperl-corba-client/trunk/; revision=51
  • Loading branch information
hyphaltip committed Feb 26, 2002
1 parent 9179b97 commit 80ca586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/CorbaClient/Base.pm
Expand Up @@ -112,5 +112,5 @@ sub DESTROY {
$self->warn("No corbareference in corbaclient wrapping. Could be leaking memory server-side!");
return;
}
$self->corbaref->unref();
# $self->corbaref->remove();
}

0 comments on commit 80ca586

Please sign in to comment.