mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +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));
|
u3_noun t_don = u3k(u3t(u3R->pro.don));
|
||||||
|
|
||||||
u3R->pro.don = t_don;
|
|
||||||
u3z(u3R->pro.don);
|
u3z(u3R->pro.don);
|
||||||
|
u3R->pro.don = t_don;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* u3t_damp(): print and clear profile data.
|
/* u3t_damp(): print and clear profile data.
|
||||||
|
Loading…
Reference in New Issue
Block a user