http://bugs.winehq.org/show_bug.cgi?id=27168
--- Comment #40 from Ilya Konovalov aragaer@gmail.com 2011-10-08 05:06:30 CDT --- Created attachment 36770 --> http://bugs.winehq.org/attachment.cgi?id=36770 Consistent ref counters
Yet another patch. This one does show https pages AND properly frees stores. However it is a bit ugly and requires some nice comments. I've got an explanation on how ref counters work now but it is a 6-page google doc: https://docs.google.com/document/d/1IFfhXOkXvh-NPmpUEPlHyKNS3G9ttAwfc8wXEIdR...
Next step would be to streamline the whole ref counting business. Assuming my approach is correct.
https://github.com/aragaer/wine/tree/https_debug - this branch contains the same code filled with a lot of debugging stuff. I used it to verify that temp store is actually freed.