Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e294c35d
Commit
e294c35d
authored
Mar 14, 2007
by
Rémi Denis-Courmont
Browse files
Fix crash on UTF-8 systems in previous commit
parent
e05f7924
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/text/unicode.c
View file @
e294c35d
...
...
@@ -173,7 +173,7 @@ static inline char *locale_dup (const char *string, vlc_bool_t from)
void
LocaleFree
(
const
char
*
str
)
{
#if defined (USE_ICONV)
if
(
find_charset
())
if
(
!
find_charset
())
free
((
char
*
)
str
);
#elif defined (USE_MB2MB)
free
((
char
*
)
str
);
...
...
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