Skip to content

Commit

Permalink
dialog: fix dlg_list[_ctx] MI output when passing identifier params
Browse files Browse the repository at this point in the history
Reported by Mark on the mailing list.

(cherry picked from commit 99479fa)
  • Loading branch information
rvlad-patrascu committed Nov 16, 2020
1 parent f87edba commit b0bf455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/dialog/dlg_hash.c
Expand Up @@ -1656,6 +1656,8 @@ static mi_response_t *mi_match_print_dlg(int with_context,

dlg_unlock(d_table, d_entry);

return resp;

error:
dlg_unlock(d_table, d_entry);
free_mi_response(resp);
Expand Down

0 comments on commit b0bf455

Please sign in to comment.