Fix potential undefined struct read
All the assignments to cb are inside conditionals, so it's vaguely possible it never gets initialized before we try to read from it with (cb.fn == NULL). Condition discovered with scan-build. Closes #229
This commit is contained in:
parent
e35266e68f
commit
61eeedbe77
Loading…
Reference in New Issue
Block a user