mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-11 18:39:21 -04:00
91d4663aced47494906ce4205e6156b2d0409fc7
This change fixes GCC compiler warnings where a cleanup function was
specified on an uninitialised pointer, which in the view of GCC could
result in an errornous free of uninitialised memory, if the functions
that initialise them do not return NULL.
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
(cherry picked from commit 605c7ee87b)
Flatpak is a system for building, distributing and running sandboxed desktop applications on Linux.
See http://flatpak.org/ for more information.
Read documentation for the flatpak commandline tools and for the libflatpak library API.
Description
Languages
C
91%
Shell
5.2%
Python
1.8%
Meson
1.1%
Yacc
0.8%
