Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Fixes clang analyzer warning:
pluma-document.c:682:14: warning: The left operand of '==' is a garbage value
if ((bom[0] == '\357') &&
~~~~~~ ^
|
|
|
|
|
|
Fixes cppcheck warnings:
[tests/document-loader.c:44]: (style) Unused variable: document
[tests/document-loader.c:45]: (style) Unused variable: uri
|
|
Fixes clang analyzer warnings:
smart-converter.c:108:8: warning: Potential leak of memory pointed to by 'out'
if (!care_about_error)
^~~~~~~~~~~~~~~~
smart-converter.c:337:7: warning: Potential leak of memory pointed to by 'aux'
aux2 = do_test (aux, NULL, encs, aux_len, &guessed);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smart-converter.c:339:12: warning: Potential leak of memory pointed to by 'aux2'
g_assert (guessed == pluma_encoding_get_from_charset ("UTF-16"));
^~~~~~~
|
|
|
|
|
|
|
|
in function 'pluma_override_font'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|