Skip to content
Snippets Groups Projects

contrib: qtbase: ensure `QArrayDataPointer` `malloc()` and `free()` CRT match

Open Fatih Uzunoğlu requested to merge fuzun/vlc:qt/crtmismatch into master

Having free() in the header file while malloc() in the source file is problematic, because Qt may use one type of CRT while the application that includes the header file may use another CRT (although we don't want to mix CRTs).

I have imported this patch to be safe.

Request review @chub.

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
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading