소스 검색

Stop the totem stats updater timer during shutdown to prevent references to
invalid memory.


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2953 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 16 년 전
부모
커밋
0eb0a06a14
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      exec/main.c

+ 1 - 0
exec/main.c

@@ -166,6 +166,7 @@ static void unlink_all_completed (void)
 	 * here
 	 * here
 	 */
 	 */
 	serialize_unlock ();
 	serialize_unlock ();
+	api->timer_delete (corosync_stats_timer_handle);
 	poll_stop (corosync_poll_handle);
 	poll_stop (corosync_poll_handle);
 	totempg_finalize ();
 	totempg_finalize ();