mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 19:06:37 +02:00
0b7162f3cf
This wasn't caught by Address Sanitizer because we simply never removed
it from the linked list, and thus it was a reachable pointer.
Found this bug when adding the rpc-class { } stuff.