Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Basnett <cmbasnett>2022-07-16 21:57:28 +0300
committerJörg Müller <nexyon@gmail.com>2022-07-16 23:14:19 +0300
commit1e4c557d82b005578dd2b361701241b66ccee42f (patch)
treec9d7dddaff9827ea40be851837e843603bddcb7e /source/tools
parent0a8d21e0c96e2f9c7f6f990d756f5abe011ed805 (diff)
Fix T99039: bpy.ops.sound.mixdown returns indecipherable error
Fix for {T99039}. The problem was that `AUD_mixdown` and `AUD_mixdown_per_channel` were returning pointers to freed memory. Two key changes are made: 1. The return value of those functions now simply return a bool as to whether the operation succeeded, instead of an optional error string pointer. 2. The error string buffer is now passed into the function to be filled in case an error occurs. In this way, the onus of memory ownership is unamibiguously on the caller. Differential Revision: https://developer.blender.org/D15260
Diffstat (limited to 'source/tools')
0 files changed, 0 insertions, 0 deletions