How to workaround ComboBox memory leak?
-
This is with Qt 5.5 recently found out that ComboBox in Windows has a memory leak. I do most of the development in Kubuntu so I never noticed the memory usage until I started seeing an awkward behavior with ComboBox. In linux ComboBox works just fine and as intended, never goes over exorbitant amount of memory.
Show case: https://www.youtube.com/watch?v=GWnxFaemUgo&feature=youtu.be my bad for bad quality, gotta find a better recorder.
Anyway, if you have any idea on working around it let me know. I just hope it's fixed soon, this might be a related bug report to it.
Example used was Qt Quick Gallery Controls which is provided in QtCreator (Examples section)