Skip to content

Commit

Permalink
Ensure the dispatch thread has terminated before destroying the std::…
Browse files Browse the repository at this point in the history
…thread
  • Loading branch information
stephen-webb committed Jul 21, 2024
1 parent 7ffc743 commit 611c7d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/cpp/asyncappender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
* limitations under the License.
*/


#include <log4cxx/asyncappender.h>


#include <log4cxx/helpers/loglog.h>
#include <log4cxx/spi/loggingevent.h>
#include <log4cxx/helpers/stringhelper.h>
Expand All @@ -29,10 +27,6 @@
#include <atomic>
#include <condition_variable>

#if LOG4CXX_EVENTS_AT_EXIT
#include <log4cxx/private/atexitregistry.h>
#endif

using namespace LOG4CXX_NS;
using namespace LOG4CXX_NS::helpers;
using namespace LOG4CXX_NS::spi;
Expand Down

0 comments on commit 611c7d8

Please sign in to comment.