From: Jérémie Galarneau Date: Fri, 7 Aug 2015 20:17:02 +0000 (-0400) Subject: Fix "allocator sizeof operand mismatch" warning X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=1940b29e34a4e77db05fbee32fbcc1118e6e8215;hp=1940b29e34a4e77db05fbee32fbcc1118e6e8215;p=lttng-tools.git 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 ---