FS-4539 please test this and post new logs if necessary

This commit is contained in:
Anthony Minessale
2012-08-16 11:56:55 -05:00
parent cd21b67c1d
commit 42bf44de51
15 changed files with 1836 additions and 2007 deletions
-2
View File
@@ -154,7 +154,6 @@ typedef struct sofia_dispatch_event_s {
int save;
switch_core_session_t *session;
switch_memory_pool_t *pool;
struct sofia_dispatch_event_s *next;
} sofia_dispatch_event_t;
struct sofia_private {
@@ -167,7 +166,6 @@ struct sofia_private {
int is_call;
int is_static;
sofia_dispatch_event_t *de;
sofia_dispatch_event_t *deq;
};
#define set_param(ptr,val) if (ptr) {free(ptr) ; ptr = NULL;} if (val) {ptr = strdup(val);}