]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
dskqxs: use OnDestroy explicitly for $fork_gen
authorEric Wong <e@80x24.org>
Tue, 29 Apr 2025 17:16:51 +0000 (17:16 +0000)
committerEric Wong <e@80x24.org>
Thu, 1 May 2025 21:29:45 +0000 (21:29 +0000)
commitdfb1aa47b15fbfbaa296c655d284d81ab0b80d17
treed2c905ccafed088d53cbee6275f1ace9bc1b92c3
parentbea186946fd32bf7b0634af10fffeaa3126d8446
dskqxs: use OnDestroy explicitly for $fork_gen

We need to ensure OnDestroy is always loaded before using it.
While DSKQXS itslf is only loaded by DS (which loads OnDestroy),
the t/ds-kqxs.t test doesn't load DS (unless using `make check-run').
lib/PublicInbox/DSKQXS.pm