Skip to content

Commit

Permalink
FS-5208 --resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
anthmFS committed May 15, 2013
1 parent 793008a commit 8800352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/switch_ivr_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,8 @@ static void* switch_ivr_record_user_data_dup(switch_core_session_t *session, voi
dup = switch_core_session_alloc(session, sizeof(*dup));
memcpy(dup, rh, sizeof(*rh));
dup->file = switch_core_session_strdup(session, rh->file);
dup->fh = switch_core_session_alloc(session, sizeof(switch_file_handle_t));
memcpy(dup->fh, rh->fh, sizeof(switch_file_handle_t));

return dup;
}
Expand Down

0 comments on commit 8800352

Please sign in to comment.