src/gui/components/cc_item_progressbar.cpp fix possible memleak

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1e38d90b23
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-15 (Fri, 15 Apr 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2016-04-15 20:58:04 +02:00
parent 263f9ef14a
commit e460a317af

View File

@@ -197,6 +197,7 @@ void CProgressBarCache::pbcClear()
free((*it)->pbc_active);
if ((*it)->pbc_passive)
free((*it)->pbc_passive);
delete (*it);
}
pbCache.clear();
}