mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 16:33:19 +00:00
Fixed another memory leak.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5106 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
417a57fabd
commit
c25694f54d
@ -358,7 +358,8 @@ static SegDesc* NewSegDesc (unsigned Name)
|
||||
|
||||
static void FreeSegDesc (SegDesc* S)
|
||||
/* Free a segment descriptor */
|
||||
{
|
||||
{
|
||||
FreeLineInfo (S->LI);
|
||||
xfree (S);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user