# HG changeset patch # User Eric Warmenhoven # Date 1006144539 0 # Node ID 642413968b03c857d2400cb3887296c8f728f15a # Parent 9ed09c48131bf472c0506da2731ed68c5cf67eea [gaim-migrate @ 2767] lisa started putting up the christmas decorations today. committer: Tailor Script diff -r 9ed09c48131b -r 642413968b03 autogen.sh --- a/autogen.sh Mon Nov 19 04:09:58 2001 +0000 +++ b/autogen.sh Mon Nov 19 04:35:39 2001 +0000 @@ -39,14 +39,14 @@ echo; echo "Running gettextize, please ignore non-fatal messages...." -echo n | gettextize --copy --force; +echo n | gettextize --copy --force || exit; echo "Running libtoolize, please ignore non-fatal messages...." -echo n | libtoolize --copy --force; +echo n | libtoolize --copy --force || exit; -aclocal -I m4 $ACLOCAL_FLAGS; -autoheader; -automake --add-missing --copy; -autoconf; -automake; +aclocal -I m4 $ACLOCAL_FLAGS || exit; +autoheader || exit; +automake --add-missing --copy || exit; +autoconf || exit; +automake || exit; ./configure $@ diff -r 9ed09c48131b -r 642413968b03 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Mon Nov 19 04:09:58 2001 +0000 +++ b/src/protocols/oscar/oscar.c Mon Nov 19 04:35:39 2001 +0000 @@ -518,6 +518,12 @@ odata->hasicons = g_slist_remove(odata->hasicons, n); g_free(n); } + if (odata->create_name) + g_free(odata->create_name); + if (odata->newp) + g_free(odata->newp); + if (odata->oldp) + g_free(odata->oldp); if (gc->inpa > 0) gaim_input_remove(gc->inpa); if (odata->cnpa > 0) diff -r 9ed09c48131b -r 642413968b03 src/proxy.c --- a/src/proxy.c Mon Nov 19 04:09:58 2001 +0000 +++ b/src/proxy.c Mon Nov 19 04:35:39 2001 +0000 @@ -74,7 +74,7 @@ if (condition & GAIM_READ_COND) gaim_cond |= GAIM_INPUT_READ; - if (condition & GAIM_READ_COND) + if (condition & GAIM_WRITE_COND) gaim_cond |= GAIM_INPUT_WRITE; debug_printf("CLOSURE: callback for %d, fd is %d\n",