URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=91030a16aaac8813ab1c5eb7580ef005e70bf5f9
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
91030a1 by Peter Wu (peter@xxxxxxxxxxxxx):
Qt/FrameInformation: do not use file-scoped memory for temporary data
Let QByteArray own the memory instead of wmem to allow memory to be
released earlier.
Change-Id: Ibf6d1a56120d30daea76924b8006480854dcfbd3
Reviewed-on: https://code.wireshark.org/review/29923
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 62de3e6 wiretap: remove redundant ws_buffer_assure_space
add 91030a1 Qt/FrameInformation: do not use file-scoped memory for temporary data
Summary of changes:
ui/qt/utils/frame_information.cpp | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)