Bug 67809 - Invalid read/write with valgrind when assigning something twice

This commit is contained in:
Akira TAGOH 2013-08-06 15:09:23 +09:00
parent a51d2767ce
commit d52daa0024
1 changed files with 1 additions and 1 deletions

View File

@ -1652,7 +1652,7 @@ FcConfigSubstituteWithPat (FcConfig *config,
if (value[object])
{
FcValueList *thisValue = value[object];
FcValueList *nextValue = thisValue;
FcValueList *nextValue = l;
/*
* Append the new list of values after the current value