make[3]: Entering directory '/home/enrico/projects/geany-plugins/geanyctags/src'
/usr/bin/cppcheck \
-q --template gcc --error-exitcode=0 \
--library=gtk \
-I/home/enrico/apps/include/geany \
\
.
geanyctags.c:165:2: warning: Mismatching allocation and deallocation: argv [mismatchAllocDealloc]
g_strfreev(argv);
^
geanyctags.c:125:9: note: Mismatching allocation and deallocation: argv
argv = g_new0(gchar *, 4);
^
geanyctags.c:165:2: note: Mismatching allocation and deallocation: argv
g_strfreev(argv);
^
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.