mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-16 02:28:12 +00:00
Oops :(
This commit is contained in:
parent
cc2e4688ec
commit
ab79aa015f
@ -1316,7 +1316,7 @@ static int cb_filepath(void *user, void *data) {
|
||||
if (pikaboo[3] == '/') {
|
||||
char *ovalue = node->value;
|
||||
node->value = strdup (pikaboo + 3);
|
||||
free (node->value);
|
||||
free (ovalue);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user