mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
Fix memory error.
This commit is contained in:
parent
9117d1aabd
commit
36028424e6
@ -279,8 +279,8 @@ u3t_flee(void)
|
||||
{
|
||||
u3_noun t_don = u3k(u3t(u3R->pro.don));
|
||||
|
||||
u3R->pro.don = t_don;
|
||||
u3z(u3R->pro.don);
|
||||
u3R->pro.don = t_don;
|
||||
}
|
||||
|
||||
/* u3t_damp(): print and clear profile data.
|
||||
|
Loading…
Reference in New Issue
Block a user