[Bug 266423] x11/openrgb SIGILL

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 24 Oct 2022 08:57:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266423

--- Comment #3 from Conor <interloper255@gmail.com> ---
So, with radio silence on this problem, I've decided to do some more debugging;

The problem seems to come from `AutoUSBController::GetConfigTable()` at
`Controllers/AsusAuraUSBController/AsusAuraUSBController.cpp:109`:

This line of code forces calling the destructor with `delete this`, which
causes the openrgb to crash. I'd imagine resource management, in this case the
de-allocation, should be handled by whatever constructed this object in the
first place, right?

-- 
You are receiving this mail because:
You are the assignee for the bug.