Michael Jansen wrote:
> Hi
>
> while using valgrind to check ksmserver (kde) i stumbled about the following
> possible memleaks.
>
> Please cc me as i'm not subscribed to this list.
>
> Mike
>
> 1. libSM
> -----------------------
>
> diff --git a/src/sm_process.c b/src/sm_process.c
> index 1c81020..3bf48c4 100644
> --- a/src/sm_process.c
> +++ b/src/sm_process.c
> @@ -852,6 +852,7 @@ _SmsProcessMessage(IceConn iceConn, IcePointer
> clientData,
> int opcode,
> smsConn->callbacks.delete_properties.manager_data,
> count, propNames);
>
> + free(propNames);
> break;
> }
Pushed this one to libSM. Thanks for the report/patch.
--
-Alan Coopersmith- [email protected]
Sun Microsystems, Inc. - X Window System Engineering
_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel