From mboxrd@z Thu Jan 1 00:00:00 1970 From: jlamanna@gmail.com Date: Tue, 04 Jan 2005 23:18:04 +0000 Subject: [KJ] [PATCH] [RESEND] [29/29] pss.c - vfree() checking cleanups Message-Id: MIME-Version: 1 Content-Type: multipart/mixed; boundary="===============67059295269667452==" List-Id: To: kernel-janitors@vger.kernel.org --===============67059295269667452== pss.c vfree() checking cleanups. Signed-off by: James Lamanna pss.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.10-vanilla/sound/oss/pss.c 2004-12-24 13:35:49.000000000 -0800 +++ linux-2.6.10/sound/oss/pss.c 2005-01-04 11:22:23.135340576 -0800 @@ -1242,7 +1242,7 @@ { if(!pss_no_sound) { - if(fw_load && pss_synth) + if(fw_load) vfree(pss_synth); if(pssmss) unload_pss_mss(&cfg2); --===============67059295269667452== Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline _______________________________________________ Kernel-janitors mailing list Kernel-janitors@lists.osdl.org http://lists.osdl.org/mailman/listinfo/kernel-janitors --===============67059295269667452==--