mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
The cf::wrap function returns a temporary object that can be converted to a CFType, but this object’s lifetime is that of the temporary object returned. By putting the result of cf::wrap into a C array we keep the CFTypeRef around longer than the temporary object.