Line | Id | Severity | Message |
cut-n-paste/toolbar-editor/egg-toolbars-model.c |
531 | mismatchAllocDealloc | error | Mismatching allocation and deallocation: name |
jpegutils/transupp-6b.c |
282 | unreadVariable | style | Variable 'dst_ptr' is assigned a value that is never used. |
345 | unreadVariable | style | Variable 'dst_ptr' is assigned a value that is never used. |
409 | unreadVariable | style | Variable 'dst_ptr' is assigned a value that is never used. |
608 | unreadVariable | style | Variable 'dst_ptr' is assigned a value that is never used. |
jpegutils/transupp-8a.c |
390 | unreadVariable | style | Variable 'dst_ptr' is assigned a value that is never used. |
470 | unreadVariable | style | Variable 'dst_ptr' is assigned a value that is never used. |
541 | unreadVariable | style | Variable 'dst_ptr' is assigned a value that is never used. |
763 | unreadVariable | style | Variable 'dst_ptr' is assigned a value that is never used. |
src/eog-application.c |
384 | leakNoVarFunctionCall | error | Allocation with g_variant_new_byte, g_variant_builder_add doesn't release it. |
src/eog-close-confirmation-dialog.c |
431 | unreadVariable | style | Variable 'gtk_misc_set_alignment' is assigned a value that is never used. |
453 | unreadVariable | style | Variable 'gtk_misc_set_alignment' is assigned a value that is never used. |
455 | unreadVariable | style | Variable 'gtk_widget_set_halign' is assigned a value that is never used. |
647 | unreadVariable | style | Variable 'gtk_misc_set_alignment' is assigned a value that is never used. |
649 | unreadVariable | style | Variable 'gtk_label_set_selectable' is assigned a value that is never used. |
696 | unreadVariable | style | Variable 'gtk_misc_set_alignment' is assigned a value that is never used. |
698 | unreadVariable | style | Variable 'gtk_label_set_selectable' is assigned a value that is never used. |
src/eog-debug.c |
123 | memleak | error | Memory leak: msg |
src/eog-exif-util.c |
86 | memleak | error | Memory leak: exif_date |
134 | invalidscanf_libc | portability | scanf without field width limits can crash with huge input data on some versions of libc. |
142 | unusedVariable | style | Unused variable: secs |
src/eog-image-jpeg.c |
94 | leakNoVarFunctionCall | error | Allocation with g_path_get_basename, g_set_error doesn't release it. |
385 | resourceLeak | error | Resource leak: outfile |
src/eog-job-scheduler.c |
159 | leakReturnValNotUsed | error | Return value of allocation function g_thread_new is not used. |
src/eog-jobs.c |
1251 | invalidscanf_libc | portability | scanf without field width limits can crash with huge input data on some versions of libc. |
1259 | invalidscanf_libc | portability | scanf without field width limits can crash with huge input data on some versions of libc. |
src/eog-metadata-sidebar.c |
118 | memleak | error | Memory leak: markup |
src/eog-scroll-view.c |
1678 | selfAssignment | warning | Redundant assignment of 'yofs' to itself. |
1683 | selfAssignment | warning | Redundant assignment of 'xofs' to itself. |
src/eog-statusbar.c |
142 | incorrectLogicOperator | warning | Logical conjunction always evaluates to false: progress > 0 && progress < 1. |
src/eog-window.c |
3577 | redundantAssignment | performance | Variable 'neverask' is reassigned a value before the old one has been used. |