http://bugs.winehq.org/show_bug.cgi?id=27168
--- Comment #24 from Ilya Konovalov aragaer@gmail.com 2011-09-18 08:18:29 CDT --- Just an idea - currently Context_Release accepts a dataContextFree pointer to a function which will free a data context once its reference count is down to 0. Now we need some way to free a certStore when reference counter on a link in that store is down to 0. Is adding something like linkContextFree a good idea?