trace-cmd: Fix pid filter realloc use

The pid filter reused the current variable passed to the realloc and
not the returned pointer. If the realloc used a different address
the use of the old pointer would crash the program.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
1 file changed