Skip to content

Commit

Permalink
Fix: based: use crm_exit to free qb-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
wenningerk committed Jun 3, 2020
1 parent a8a7b46 commit 061e801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemons/based/pacemaker-based.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ main(int argc, char **argv)
*/
crm_cluster_disconnect(&crm_cluster);
pcmk__stop_based_ipc(ipcs_ro, ipcs_rw, ipcs_shm);
return CRM_EX_OK;
crm_exit(CRM_EX_OK);
}

void
Expand Down

0 comments on commit 061e801

Please sign in to comment.