ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/config-parser.c
(Generate patch)

Comparing hopm/trunk/src/config-parser.c (file contents):
Revision 7559 by michael, Fri Jan 1 16:11:09 2016 UTC vs.
Revision 7560 by michael, Sun May 15 14:46:09 2016 UTC

# Line 2107 | Line 2107 | yyreduce:
2107    struct ScannerConf *item = tmp;
2108    node_t *node;
2109  
2110 <  node = node_create((yyvsp[-1].string));
2110 >  node = node_create(xstrdup((yyvsp[-1].string)));
2111  
2112    if (item->target_string_created == 0)
2113    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines