mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
Fix a considerable memory leak
Considerable meaning "we were keeping around a copy of everything we've ever taken a hash of."
This commit is contained in:
parent
d5adcd91b1
commit
5e322dedca
@ -40,6 +40,7 @@
|
||||
#else
|
||||
#error "port: sha256"
|
||||
#endif
|
||||
free(fat_y);
|
||||
return u2_rl_bytes(wir_r, 32, dig_y);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user