aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-08-22 00:37:42 -0700
committerGuy Harris <guy@alum.mit.edu>2016-08-22 07:38:15 +0000
commite83bdc67cc413c25321ae75792a2c92d55b6e544 (patch)
tree76d7b2c57dd782631db01c02a488c23d3661d11c /image
parentc00ea6f26e3c83e1db144d9d858cf9c4662d7e19 (diff)
wmem_array_index() returns a *pointer* to the array element.
The array is an array of guint8 *'s that point to strings; wmem_array_index() doesn't return a pointer to the string, it returns a pointer to a pointer to the string, and you have to dereference the result of the wmem_array_index() call to get a pointer to the string. Change-Id: I8c7b3320f0979b01383ad255419c21cdeb7df4c7 Reviewed-on: https://code.wireshark.org/review/17221 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'image')
0 files changed, 0 insertions, 0 deletions