Skip to content
Snippets Groups Projects
Commit 8979127a authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Backend: Fixed potential double free on exit.

The code that freed registered fd boxes on termination of a backend
did not invalidate the reference, this may have caused a reference
underflow for fds that still were registered in the now dead backend.

We now use the proper unhook code to de-register the fd boxes.
parent 3729b140
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment