One leftover reloc constfree..
This commit is contained in:
parent
640b2e3e79
commit
6965fbd5c8
|
@ -523,7 +523,7 @@ if (fileURL[0] == '=') {
|
|||
/* XXX reference held by transaction set */
|
||||
eiu->h = headerFree(eiu->h);
|
||||
if (eiu->relocations)
|
||||
eiu->relocations->oldPath = _free(eiu->relocations->oldPath);
|
||||
eiu->relocations->oldPath = _constfree(eiu->relocations->oldPath);
|
||||
|
||||
switch(rc) {
|
||||
case 0:
|
||||
|
|
Loading…
Reference in New Issue