Skip to content

Commit

Permalink
modules/ims_dialog: remove double unref on dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeepee committed Feb 12, 2016
1 parent 6620a44 commit 63b4561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/ims_dialog/dlg_handlers.c
Expand Up @@ -1417,7 +1417,6 @@ void dlg_onreply(struct cell* t, int type, struct tmcb_params *param) {

counter_inc(dialog_ng_cnts_h.active);

if (unref) unref_dlg(dlg, unref);
goto done;
}

Expand Down

0 comments on commit 63b4561

Please sign in to comment.