Browse Source

Fix 2 buffers leaking even if we exist just afterwards (coverity)

tags/v0.99.beta19
Pascal Terjan pterjan 11 years ago
parent
commit
707eccb851
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tools/sortchars.c

+ 2
- 0
tools/sortchars.c View File

@@ -259,5 +259,7 @@ static void testcircle(void)
printf("\n");
}
printf("*/\n");
free(buf);
free(dst);
}


Loading…
Cancel
Save