Fix "allocator sizeof operand mismatch" warning
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Aug 2015 20:17:02 +0000 (16:17 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Aug 2015 21:30:29 +0000 (17:30 -0400)
commit1940b29e34a4e77db05fbee32fbcc1118e6e8215
tree927bb54a48b926816bf2714d6f3bc368a95a43e3
parent36dc412872fcb66af429ad895bb6bf8eaf258d78
Fix "allocator sizeof operand mismatch" warning

Addresses benign scan-build waring:
Result of 'realloc' is converted to a pointer of type 'char *',
which is incompatible with sizeof operand type 'char **'

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/enable_events.c
This page took 0.025997 seconds and 4 git commands to generate.