receive-pack: use FLEX_ALLOC_MEM in queue_command()
authorRené Scharfe <l.s.r@web.de>
Sat, 13 Aug 2016 15:38:56 +0000 (17:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Aug 2016 02:49:30 +0000 (19:49 -0700)
Use the macro FLEX_ALLOC_MEM instead of open-coding it. This shortens
and simplifies the code a bit.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found