alexpana / wxWidgets

Read-only mirror of the wxWidgets SVN repo (automatically updated). Report issues here: http://trac.wxwidgets.org/
http://www.wxwidgets.org/
3 stars 0 forks source link

IDWriteFactory is leaked #20

Closed vadz closed 10 years ago

vadz commented 10 years ago

gs_IDWriteFactory allocated in wxDWriteFactory() is never freed. It should be done by a cleanup wxModule, as in GDI+ case.

vadz commented 10 years ago

I've fixed this in r77753