Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fontconfig
fontconfig
Commits
47b49bf1
Commit
47b49bf1
authored
Feb 10, 2005
by
Keith Packard
Browse files
Free patterns from fonts which are rejected by configuration (bug #2518)
reviewed by: pborelli@katamail.com
parent
afca7836
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
47b49bf1
2005-02-10 Keith Packard <keithp@keithp.com>
reviewed by: pborelli@katamail.com
* src/fcdir.c: (FcFileScanConfig):
Free patterns from fonts which are rejected by configuration
(bug #2518)
2005-01-28 Keith Packard <keithp@keithp.com>
2005-01-28 Keith Packard <keithp@keithp.com>
* README:
* README:
...
...
src/fcdir.c
View file @
47b49bf1
...
@@ -150,6 +150,8 @@ FcFileScanConfig (FcFontSet *set,
...
@@ -150,6 +150,8 @@ FcFileScanConfig (FcFontSet *set,
ret
=
FcFalse
;
ret
=
FcFalse
;
}
}
}
}
else
if
(
font
)
FcPatternDestroy
(
font
);
id
++
;
id
++
;
}
while
(
font
&&
ret
&&
id
<
count
);
}
while
(
font
&&
ret
&&
id
<
count
);
return
ret
;
return
ret
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment