This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Fix 2 buffers leaking even if we exist just afterwards (coverity)
tags/v0.99.beta19
Pascal Terjan
pterjan
11 years ago
parent
c80bd429bd
commit
707eccb851
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
Write
Preview
Loading…
Cancel
Save