Fix memory leak in URLs list. Bugreport from Ivan Novikov,2:5080/31
This commit is contained in:
parent
5cde6a3023
commit
9f7400b7aa
@ -850,6 +850,11 @@ void ReadPeekURLs(GMsg* msg)
|
||||
waitkeyt(10000);
|
||||
w_info(NULL);
|
||||
}
|
||||
while( !urls.empty() )
|
||||
{
|
||||
throw_free(urls.back());
|
||||
urls.pop_back();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user