]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
CID: 1211944 mod_rayo - remove set of unused pointer
authorChris Rienzo <chris.rienzo@grasshopper.com>
Thu, 8 May 2014 15:47:38 +0000 (11:47 -0400)
committerChris Rienzo <chris.rienzo@grasshopper.com>
Thu, 8 May 2014 16:15:49 +0000 (12:15 -0400)
src/mod/event_handlers/mod_rayo/srgs.c

index 8212b278e0262bf8c44916b15257c75150ec224b..78d33388fe17c43a54db3dbed1260cb0788c023f 100644 (file)
@@ -775,7 +775,7 @@ static int process_cdata_tokens(struct srgs_grammar *grammar, char *data, size_t
                                *end = '\0';
                        }
                        if (!zstr(start)) {
-                               string = sn_insert_string(grammar->pool, string, start);
+                               sn_insert_string(grammar->pool, string, start);
                        }
                }
        }