mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
tools: Avoid memory leak from gpgspilt.
* tools/gpgsplit.c (write_part): Free memory when no longer needed. -- GnuPG-bug-id: 5393 Signed-off-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
parent
c0b99e6dbb
commit
50e6d63f12
1 changed files with 1 additions and 0 deletions
|
@ -620,6 +620,7 @@ write_part (FILE *fpin, unsigned long pktlen,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xfree (blob);
|
||||||
goto ready;
|
goto ready;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue