pacman/util.c: fix potential memory leak in indentprint
This commit is contained in:
parent
eac09e1d9f
commit
f4796c905c
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ void indentprint(const char *str, unsigned short indent, unsigned short cols)
|
||||||
cidx = indent;
|
cidx = indent;
|
||||||
|
|
||||||
if(!p || !len) {
|
if(!p || !len) {
|
||||||
|
free(wcstr);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue