Browse Source
`pay_index` has no valid value if not PAID anyway, so we should correctly leave it uninitialized. Analysis via valgrind will catch incorrect use of uninitialized fields. If we load it with a dummy 0 value, then an incorrect use of `pay_index` whan invoice is not PAID will not get caught by valgrind.ppa-0.6.1
ZmnSCPxj
7 years ago
committed by
Christian Decker
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue