Commit ebfff6d
Jifeng Deng
Fix the reserve size problem in asymmetric pairing of tableReader_withAssoc
In the original code, ditrack table reserves based on the number of tracks rather than on the number of pairs, which may cause the crash of the program.
Adapt the similar strategy as what has been done in same event pairing to fix the problem.1 parent c8c6eb7 commit ebfff6d
1 file changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3485 | 3485 | | |
3486 | 3486 | | |
3487 | 3487 | | |
3488 | | - | |
3489 | | - | |
| 3488 | + | |
| 3489 | + | |
| 3490 | + | |
| 3491 | + | |
| 3492 | + | |
| 3493 | + | |
| 3494 | + | |
| 3495 | + | |
| 3496 | + | |
| 3497 | + | |
| 3498 | + | |
| 3499 | + | |
| 3500 | + | |
| 3501 | + | |
| 3502 | + | |
| 3503 | + | |
| 3504 | + | |
3490 | 3505 | | |
3491 | 3506 | | |
3492 | 3507 | | |
| |||
0 commit comments