pidgin/plugins/perl/common/GtkUtils.xs

Thu, 03 Jun 2021 19:33:07 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 03 Jun 2021 19:33:07 -0500
branch
release-2.x.y
changeset 40926
d10bb378f560
parent 16551
75ed9ff2a922
child 18068
b6554e3c8224
permissions
-rw-r--r--

Fix some null pointer deferences and dead stores that scanbuild found in Pidgin

Testing Done:
Verified scanbuild no long detected the errors.

Reviewed at https://reviews.imfreedom.org/r/719/

#include "gtkmodule.h"

MODULE = Pidgin::Utils  PACKAGE = Pidgin::Utils  PREFIX = pidgin_
PROTOTYPES: ENABLE

gboolean
pidgin_save_accels(data)
	gpointer data

void
pidgin_load_accels()

gchar_own *
pidgin_convert_buddy_icon(plugin, path, size)
	Purple::Plugin plugin
	const char * path
	size_t *size

mercurial