Browse Source

modules/ims_dialog: remove double unref on dialog

jaybeepee 9 years ago
parent
commit
63b4561d8d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/ims_dialog/dlg_handlers.c

+ 0 - 1
modules/ims_dialog/dlg_handlers.c

@@ -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;
     }