Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash in rav1e_config_unref() after upgrade from v0.5.1 to v0.6.3 #3154

Open
arancino1 opened this issue Mar 13, 2023 · 0 comments
Open

crash in rav1e_config_unref() after upgrade from v0.5.1 to v0.6.3 #3154

arancino1 opened this issue Mar 13, 2023 · 0 comments

Comments

@arancino1
Copy link

after upgrading from v0.5.1 to v0.6.3 the function rav1e_config_unref() crashes under Win10 64bit when called from C/C++ with an access violation reading at 0x03F. It doesn't matter if any encoding took place or not. Just creating a context with RaContext * ctx = rav1e_context_new(cfg); and any subsequent free via rav1e_config_unref(ctx); crashes.

No difference in rav1e.dll is delay loaded or LoadLibrary()/GetProcAddress() was being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant