]> diplodocus.org Git - nmh/commitdiff
Moved free(cp) to right after last (and only) use of cp. The statement
authorDavid Levine <levinedl@acm.org>
Sun, 26 Jun 2016 01:19:37 +0000 (21:19 -0400)
committerDavid Levine <david.levine@gonift.com>
Sun, 26 Jun 2016 01:34:55 +0000 (21:34 -0400)
was flagged by gcc 6 -Wmisleading-indentation.  In its original location,
it would not always have been called, resulting in leaked memory.

(cherry picked from commit 79f012b76eba04d50a36a4a37c57458a8d521434)


No differences found