소스 검색

corrected bug in internal status notification mechanism

Vaclav Kubart 20 년 전
부모
커밋
e5d726c7f5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lib/presence/notifier_domain.c

+ 0 - 1
lib/presence/notifier_domain.c

@@ -404,7 +404,6 @@ void notify_subscriber(subscription_t *s, mq_message_t *msg)
 			push_message(s->dst, msg);
 			push_message(s->dst, msg);
 			sent = 1;
 			sent = 1;
 		}
 		}
-		else free_message(msg);
 		unlock_subscription_data(s);
 		unlock_subscription_data(s);
 	}
 	}