Convert everything from the talloc API to the ralloc API.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
s_symbol::s_symbol(const char *tmp, size_t n)
|
||||
{
|
||||
this->str = talloc_strndup (this, tmp, n);
|
||||
this->str = ralloc_strndup (this, tmp, n);
|
||||
assert(this->str != NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user