From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH for-4.6 04/13] xl: free pid string in do_daemonize Date: Thu, 23 Jul 2015 10:34:32 +0100 Message-ID: <1437644072.19412.72.camel@citrix.com> References: <1437638354-14216-1-git-send-email-wei.liu2@citrix.com> <1437638354-14216-5-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZICti-0007WW-EP for xen-devel@lists.xenproject.org; Thu, 23 Jul 2015 09:34:38 +0000 In-Reply-To: <1437638354-14216-5-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , Xen-devel Cc: Ian Jackson List-Id: xen-devel@lists.xenproject.org On Thu, 2015-07-23 at 08:59 +0100, Wei Liu wrote: > Pid is a null terminated string allocated by asprintf. It should be > freed after use. > > Also fixed a coding style problem while I was there. > > Signed-off-by: Wei Liu Acked-by: Ian Campbell