]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6191 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 5 Feb 2014 20:41:26 +0000 (01:41 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 5 Feb 2014 20:51:57 +0000 (01:51 +0500)
src/mod/applications/mod_conference/mod_conference.c

index e7fc3760f275d70a588890921a156e8bccdc85cf..bbc6677f0ccd60425c89beef4ab3d46fdc1bac7e 100644 (file)
@@ -6295,7 +6295,7 @@ static switch_status_t conf_api_sub_play(conference_obj_t *conference, switch_st
                                switch_event_create_subclass(&event, SWITCH_EVENT_CUSTOM, CONF_EVENT_MAINT) == SWITCH_STATUS_SUCCESS) {
                                conference_add_event_data(conference, event);
 
-                               if (conference->fnode->fh.params) {
+                               if (conference->fnode && conference->fnode->fh.params) {
                                        switch_event_merge(event, conference->fnode->fh.params);
                                }