Remove point_init() when we immediately clobber its (x,y,z) allocations.
Compare changes
+ 0
− 1
@@ -782,7 +782,6 @@ void crypto_create_bus_key(const uint8_t *priv_key, const uint8_t *drive_key_poi
Remove point_init() when we clobber its (x,y,z) allocations immediately afterwards, because otherwise we leak memory. Found using valgrind.
VideoLAN code repository instance