Bug 67809 - Invalid read/write with valgrind when assigning something twice
This commit is contained in:
parent
a51d2767ce
commit
d52daa0024
|
@ -1652,7 +1652,7 @@ FcConfigSubstituteWithPat (FcConfig *config,
|
||||||
if (value[object])
|
if (value[object])
|
||||||
{
|
{
|
||||||
FcValueList *thisValue = value[object];
|
FcValueList *thisValue = value[object];
|
||||||
FcValueList *nextValue = thisValue;
|
FcValueList *nextValue = l;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Append the new list of values after the current value
|
* Append the new list of values after the current value
|
||||||
|
|
Loading…
Reference in New Issue