mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Fix memleak of codeview leaf (#114)
This commit is contained in:
parent
bfe1bc257d
commit
93a960bc7d
1 changed files with 1 additions and 0 deletions
|
|
@ -561,6 +561,7 @@ cv_leaf_destroy(cv_leaf *leaf)
|
|||
}
|
||||
ch++;
|
||||
}
|
||||
yasm_xfree(leaf);
|
||||
}
|
||||
|
||||
static unsigned long
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue