commit | 74b7d0e314807ab14b6da0fb9bb196ae741ecab4 | [log] [tgz] |
---|---|---|
author | Yordan Karadzhov <ykaradzhov@vmware.com> | Thu Nov 01 21:45:38 2018 +0000 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Nov 02 15:14:54 2018 -0400 |
tree | cae6660cf44e9b27a599013826e3b6bc0f37c4ec | |
parent | 7b07a3c7e1bd3aadae8c25854a9838d604932e33 [diff] |
kernel-shark-qt: Fix potential memory leak when searching in collections In some cases the Data Collection can map the original data request into a list of data requests. This is done in the cases when the range of the original request overlaps with more the one data interval (as defined by the collection). In such a case we must free the entire list of requests. Signed-off-by: Yordan Karadzhov <ykaradzhov@vmware.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>