]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4887 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Nov 2012 17:00:43 +0000 (11:00 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Nov 2012 17:00:43 +0000 (11:00 -0600)
src/switch_event.c

index 259a5fa25cac984710dbbb0074aeb3454eaea211..32bc5b2d2df5cf5487a825b0659170ab37410ab9 100644 (file)
@@ -1613,6 +1613,7 @@ SWITCH_DECLARE(switch_status_t) switch_event_create_brackets(char *data, char a,
 
                if (vnext) {
                        vdata = vnext;
+                       vnext = NULL;
                } else {
                        break;
                }