pidgin/purple-plugin-pack

e20719bdb45b
Plug a leak and more tightly scope some code.

==21150== by 0x90C0DCD: g_slist_prepend (gslist.c:160)
==21150== by 0x9379586: purple_find_buddies (blist.c:2488)
==21150== by 0x14AFAE15: historize (enhancedhist.c:128)
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
xmpppriodir = $(PURPLE_LIBDIR)
xmppprio_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
xmppprio_LTLIBRARIES = xmppprio.la
xmppprio_la_SOURCES = \
xmppprio.c
xmppprio_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)