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)
#
# Makefile.mingw
#
# Description: Makefile for switchspell plugin.
#
ASPELL_TOP = $(PIDGIN_TREE_TOP)/../win32-dev/aspell-dev-0-50-3-3
GTKSPELL_TOP = $(PIDGIN_TREE_TOP)/../win32-dev/gtkspell-2.0.11-daa1
PP_TOP := ..
PP = switchspell
include $(PP_TOP)/win_pp.mak
INCLUDE_PATHS += \
-I$(GTKSPELL_TOP) \
-I$(ASPELL_TOP)/include
LIB_PATHS += \
-L$(GTKSPELL_TOP)/gtkspell \
-L$(ASPELL_TOP)/lib
PLUGIN_LIBS += \
-lgtkspell \
-laspell-15