[UFO-devel] memory leak2: style hints
Status: Beta
Brought to you by:
schmidtjf
From: Andreas B. <b_...@gm...> - 2005-08-16 12:06:07
|
Hi another memory leak (a small one this time): ufo::UWidget::detachStyleHints() creates a new object and stores it in m_styleHints, however it is never deleted. ufo::UWidget::setStyleHints() would delete it, but it is not called on destruction. CU Andi |