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 = \
plugins.cfg
talkfiltersdir = $(PIDGIN_LIBDIR)
talkfilters_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
if USE_TALKFILTERS
talkfilters_LTLIBRARIES = talkfilters.la
talkfilters_la_SOURCES = \
talkfilters.c
talkfilters_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS) \
$(TALKFILTERS_LIBS)
endif
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
$(GTK_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS)