aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen_global.cfg
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-07-17 18:56:38 -0700
committerGuy Harris <guy@alum.mit.edu>2017-07-18 01:58:08 +0000
commit30f8ceebbad01f1040b492599d26e0f01e0824f1 (patch)
treeca591a60f7098deed4ff201c6ab68da34eb379b1 /doxygen_global.cfg
parent74a2ae4abac3be78d140d9671fa79977de449ed1 (diff)
Remove unnecessary test.
The default case ends with return, so the pointer won't be null by the time out exit the case statement - either a non-default case is processed and tag_ptr hasn't been set to null, or the default case is processed and you return before getting there. That also means we don't need to set tag_ptr to null in that case. Fixes CIDs 1415436. Change-Id: I21ada7a308d888b4cbb8557197a2e30bda118f44 Reviewed-on: https://code.wireshark.org/review/22691 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'doxygen_global.cfg')
0 files changed, 0 insertions, 0 deletions