Skip to content

Commit

Permalink
Remove extra signal unregister
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jul 21, 2023
1 parent beeedb4 commit 0927b6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
SIGNAL_HANDLER

if(tracked_queen)
UnregisterSignal(tracked_queen, list(COMSIG_QUEEN_MOUNT_OVIPOSITOR, COMSIG_QUEEN_DISMOUNT_OVIPOSITOR, COMSIG_PARENT_QDELETING))
UnregisterSignal(tracked_queen, list(COMSIG_QUEEN_MOUNT_OVIPOSITOR, COMSIG_QUEEN_DISMOUNT_OVIPOSITOR))

tracked_queen = new_queen

Expand Down

0 comments on commit 0927b6d

Please sign in to comment.