You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting framerate too high (more than the file's fps), the memory would leak.
In other word, if I delay a very small tick in run_once_with_delay(func, std::chrono::milliseconds(delay));, it would cuase memory leakage.
The text was updated successfully, but these errors were encountered:
When setting framerate too high (more than the file's fps), the memory would leak.
In other word, if I delay a very small tick in
run_once_with_delay(func, std::chrono::milliseconds(delay));
, it would cuase memory leakage.The text was updated successfully, but these errors were encountered: