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

Remove the packet mutation in toxav's bwcontroller. #100

Merged
merged 1 commit into from Sep 8, 2016

Commits on Sep 8, 2016

  1. Remove the packet mutation in toxav's bwcontroller.

    1. This mutation is never observed outside the function.
    2. If it were (it's not), it would be undefined behaviour, since the
       packet data goes out of scope a few instructions after the callback
       returns.
    iphydf committed Sep 8, 2016
    Copy the full SHA
    d5f9344 View commit details
    Browse the repository at this point in the history