Open vero5123 opened 5 months ago
N/A
qdel in new means something is getting deleted before ssgarbage even thinks it has been created, this is bad.
Remove all instances of qdel(src) in new
More specifically. No qdel in New.
qdel in Initialize should already be caught by lints.
Testmerges
N/A
Round ID
N/A
Description of the issue
qdel in new means something is getting deleted before ssgarbage even thinks it has been created, this is bad.
What's the fix?
Remove all instances of qdel(src) in new
Issue Bingo