Skip to content
Snippets Groups Projects

Fix tests run with make check when using alternative allocators.

Merged Ralph Giles requested to merge sharedbook-free into master

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 giles@thaumas.net

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading