SIGN IN SIGN UP

cocoa-cb: fix freeing of macos_opts config group

using the MPContext as ta parent was a bad idea and shouldn't be done in
any circumstances there because it only supposed to be for internal
usage. this had the undesired effect that the options group was freed
but still used since the MPContext is freed afterwards.

instead manually free options group.
D
der richter committed
1eb6cbd093481517e37b40aec174fc6f4e553bcd
Parent: f21a980