mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Converted all m_free to xfree etc.
This commit is contained in:
parent
cd570629b2
commit
a1cdf3c75f
112 changed files with 2067 additions and 1813 deletions
|
@ -362,7 +362,7 @@ get_string( struct loaded_domain *domain, u32 idx )
|
|||
else
|
||||
p = "ERROR in GETTEXT MALLOC";
|
||||
}
|
||||
m_free (buf);
|
||||
xfree (buf);
|
||||
}
|
||||
else if (domain->mapped[idx] == 2)
|
||||
{ /* We need to get the string from the overflow_space. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue