URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ab36584abf505bd01186f41bfda0da610e324412
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
ab36584 by Guy Harris (guy@xxxxxxxxxxxx):
Revert "Qt: check NULL before dereference (CID 1394324)"
This reverts commit 4bda8cce396baa42e9fffab416e024eef2acfca6.
The statement in question was in the master branch, and was moved by the change in that branch. It *wasn't* in this branch, so the backport *introduced* it; nothing in this branch uses the variable it sets, so you get a warning from some compilers.
Change-Id: I511c26c3f3f5a5f5cf179c991a9a31a79bc8c8e5
Reviewed-on: https://code.wireshark.org/review/19610
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4bda8cc Qt: check NULL before dereference (CID 1394324)
adds ab36584 Revert "Qt: check NULL before dereference (CID 1394324)"
Summary of changes:
ui/qt/voip_calls_dialog.cpp | 1 -
1 file changed, 1 deletion(-)