No CF calls between fork() and exec()
commit131638fa18090f29219facdaac61c00e76368570
authorNico Weber <nicolasweber@gmx.de>
Sat, 16 Feb 2008 17:26:01 +0000 (16 18:26 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 16 Feb 2008 17:26:01 +0000 (16 18:26 +0100)
tree10308b0dd9713f0ee9ba0705d06a031dc2983c41
parentc8cc6fce3a34ef184d9152f749e12ea81ba4a586
No CF calls between fork() and exec()

Ensure no CoreFoundation calls are made between fork() and exec()
otherwise Mac OS X may crash and burn.
src/MacVim/gui_macvim.m
src/gui.c