|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH,v2]: xl: don't free string literals
On Wed, 2010-09-08 at 17:31 +0100, Gianni Tedesco wrote:
>
> /* then process config related to dm */
> - if (!xlu_cfg_get_string (config, "device_model", &buf))
> - dm_info->device_model = strdup(buf);
> + !xlu_cfg_replace_string (config, "device_model",
> &dm_info->device_model);
Stray ! at the start of the new line?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|