Commit b7f31430 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: fix a memleak.

parent 9e11ce64
......@@ -510,6 +510,8 @@ NetOpenPanel::~NetOpenPanel()
while( tempL.size() > 8 ) tempL.removeFirst();
getSettings()->setValue( "Open/netMRL", tempL );
delete mrlList;
}
void NetOpenPanel::clear()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment