Date: Tue, 4 Mar 2003 16:11:23 -0800 (PST) From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/mplayer Makefile ports/multimedia/mplayer/files patch-libao2-ao_arts.c Message-ID: <200303050011.h250BNuc076859@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lioux 2003/03/04 16:11:23 PST FreeBSD ports repository Modified files: multimedia/mplayer Makefile Added files: multimedia/mplayer/files patch-libao2-ao_arts.c Log: o Fix outstanding issue with KDE aRts: do not lockup when exitting - Background: For some reason, mplayer locks up if we cleanup when exitting by calling arts_free(). Therefore, we trade risk of memory leakage when using KDE aRts over locking up. - Caveat: Memory probably is not witheld after mplayer exits. I won't say that it IS NOT withheld cause I do not know what arts_free() does exactly. So, worst case scenario is probably that we will leak memory for as many files the user tells mplayer to play but only WHILE mplayer is running. o Bump PORTREVISION Reviewed by: kde (some members) Revision Changes Path 1.49 +1 -1 ports/multimedia/mplayer/Makefile 1.1 +18 -0 ports/multimedia/mplayer/files/patch-libao2-ao_arts.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303050011.h250BNuc076859>