Commit 4e1155c
Fix tests run with make check when using alternative allocators.
The call to free in line 584 of sharedbook.c mismatches
the _ogg_calloc call used to allocated that data in line 216.
This causes make check to fail when alternative allocators
are used, e.g. the xmm_malloc family of allocators used with
the Lancer optimizations.
Signed-off-by: Ralph Giles <[email protected]>1 parent 83a82dd commit 4e1155c
File tree
1 file changed
+1
-1
lines changed- lib
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
584 | | - | |
| 584 | + | |
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| |||
0 commit comments