فهرست منبع

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);
 			sent = 1;
 		}
-		else free_message(msg);
 		unlock_subscription_data(s);
 	}