Skip to content
Snippets Groups Projects
Commit 09a92833 authored by Andy Yates's avatar Andy Yates
Browse files

Weaken the reference to the adaptor.

parent 27b43259
No related branches found
No related tags found
No related merge requests found
......@@ -682,6 +682,7 @@ sub transfer {
my $feature;
%{$feature} = %{$self};
bless $feature, ref($self);
weaken $feature->{adaptor};
my $current_slice = $self->{'slice'};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment