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
savoirfairelinux
jami-daemon
Commits
8855870a
Commit
8855870a
authored
Oct 18, 2011
by
Tristan Matthews
Browse files
* #7231: fix double free when loading history
Regression introduced by commit
315e9152
parent
315e9152
Changes
1
Hide whitespace changes
Inline
Side-by-side
gnome/src/actions.c
View file @
8855870a
...
@@ -1131,7 +1131,7 @@ void sflphone_fill_history(void)
...
@@ -1131,7 +1131,7 @@ void sflphone_fill_history(void)
}
}
}
}
g_free
(
*
entries
++
)
;
entries
++
;
}
}
g_strfreev
(
entries_orig
);
g_strfreev
(
entries_orig
);
...
...
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