]> 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 15:47:38 +0000 (11:47 -0400)
src/mod/event_handlers/mod_rayo/srgs.c

index 70d925e0fce9c6959b159884868510f48a3d29e8..fe17bdab77b01b3ffb99e1e8be2da697e566f86b 100644 (file)
@@ -787,7 +787,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);
                        }
                }
        }