]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1851: crash when sound_playfile() callback plays sound 4815/head v8.1.1851
authorBram Moolenaar <Bram@vim.org>
Thu, 15 Aug 2019 21:05:49 +0000 (23:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Aug 2019 21:05:49 +0000 (23:05 +0200)
commit28e67e0c1496b7bb166a0acfb176690f219101ca
treeb30fcbc9fd72f4aed6135478113fcd6dadf37912
parent5dd143e22333a1c320fcf330f6c5061269bd1a17
patch 8.1.1851: crash when sound_playfile() callback plays sound

Problem:    Crash when sound_playfile() callback plays sound.
Solution:   Invoke callback later from event loop.
src/ex_docmd.c
src/feature.h
src/misc2.c
src/os_unix.c
src/proto/sound.pro
src/sound.c
src/testdir/test_sound.vim
src/ui.c
src/version.c