Wireshark-commits: [Wireshark-commits] master 0890837: SCTPGraphDialog: Clear internal vectors
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0890837669761a58f3f7b9164437a35ea1cf0562
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0890837 by Vasil Velichkov (vvvelichkov@xxxxxxxxx):
SCTPGraphDialog: Clear internal vectors
Every time the graph is redrawn new items are added to the vectors but
these items are never removed and the used memory increase over time
which for larger captures could be problematic.
Change-Id: I5f029d5f48e215aacf4a69fb7aef348d16df9846
Reviewed-on: https://code.wireshark.org/review/28782
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from e3436d8 .mailmap: update of July (2018)
adds 0890837 SCTPGraphDialog: Clear internal vectors
Summary of changes:
ui/qt/sctp_graph_dialog.cpp | 16 ++++++++++++++++
1 file changed, 16 insertions(+)