]> diplodocus.org Git - nmh/commit
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 <levinedl@acm.org>
Sun, 26 Jun 2016 01:19:37 +0000 (21:19 -0400)
commit79f012b76eba04d50a36a4a37c57458a8d521434
tree9463db14af5206f981a00c374ff5f09c906fa8b7
parenta814c930041c1e238f1826b1ac9c46b67e4cfb70
Moved free(cp) to right after last (and only) use of cp.  The statement
was flagged by gcc 6 -Wmisleading-indentation.  In its original location,
it would not always have been called, resulting in leaked memory.
uip/mhlsbr.c