This commit is contained in:
pancake 2017-06-01 13:19:49 +02:00
parent cc2e4688ec
commit ab79aa015f

View File

@ -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;