From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH 5/5] [POST-4.0]: HVM NUMA guest: add xc_nodeload() function Date: Thu, 4 Feb 2010 19:44:54 -0500 Message-ID: <20100205004454.GB5869@phenom.dumpdata.com> References: <4B6B4285.90809@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4B6B4285.90809@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andre Przywara Cc: "xen-devel@lists.xensource.com" , Keir Fraser List-Id: xen-devel@lists.xenproject.org > + nodeload = malloc(nrnodes * sizeof(struct xc_nodeload)); Who is responsible for freeing this?