Skip to content

Do not try and log errors on malloc/calloc failures

Tristan Matthews requested to merge tmatth/vlc:no-logged-error-on-enonmem into master

I only touched the instances where it was obviously a malloc/calloc failure (not third party or HW memory allocations).

Merge request reports