Detected issues fixed here:
- Use GString and g_string_append since otherwise we need to add g_free
after every g_strconcat.
- No error checking.
- We need to g_free value_utf.
Not detected by coverity:
- Wrong quotes around utf-8.
- Remove unused includes.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile.am | ||
| metadata-editor.c | ||
| metadata-editor.h | ||
| metadata-impexp.c | ||
| metadata-impexp.h | ||
| metadata-misc.h | ||
| metadata-tags.c | ||
| metadata-tags.h | ||
| metadata-viewer.c | ||
| metadata-xml.c | ||
| metadata-xml.h | ||