[sr-dev] git:5.0:28672ebc: dialog: fix for rpc list dialogs release of the profile locks

Daniel-Constantin Mierla miconda at gmail.com
Mon Mar 13 14:53:07 CET 2017


Module: kamailio
Branch: 5.0
Commit: 28672ebc9dceb09221c720bdd052ac23f274580f
URL: https://github.com/kamailio/kamailio/commit/28672ebc9dceb09221c720bdd052ac23f274580f

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-03-13T14:50:54+01:00

dialog: fix for rpc list dialogs release of the profile locks

- reported by GH #1032

(cherry picked from commit c986a820042764fd7025be0a0766991181a0b0ea)

---

Modified: src/modules/dialog/dialog.c

---

Diff:  https://github.com/kamailio/kamailio/commit/28672ebc9dceb09221c720bdd052ac23f274580f.diff
Patch: https://github.com/kamailio/kamailio/commit/28672ebc9dceb09221c720bdd052ac23f274580f.patch

---

diff --git a/src/modules/dialog/dialog.c b/src/modules/dialog/dialog.c
index 4879a48..c572deb 100644
--- a/src/modules/dialog/dialog.c
+++ b/src/modules/dialog/dialog.c
@@ -1616,8 +1616,8 @@ static void internal_rpc_profile_print_dlgs(rpc_t *rpc, void *c, str *profile_na
 				ph=ph->next;
 			}while(ph!=profile->entries[i].first);
 		}
-		lock_release(&profile->lock);
 	}
+	lock_release(&profile->lock);
 }
 
 /*




More information about the sr-dev mailing list