mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 02:32:27 +00:00
Fix some static analysis issues
This commit is contained in:
parent
fb54604b31
commit
f147d3dde9
30 changed files with 375 additions and 266 deletions
|
@ -52,6 +52,7 @@ int vasprintf(char **strp, const char *fmt, va_list va) {
|
|||
*strp = p;
|
||||
return rc;
|
||||
} else {
|
||||
free(p);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue