Skip to content

Commit

Permalink
Merge pull request #20 from liamnichols/deallocate-logger-crash
Browse files Browse the repository at this point in the history
Crash when deallocating Logger
  • Loading branch information
giginet authored Jan 15, 2019
2 parents 2a4ce65 + c5c8a85 commit abe62b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Puree.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Puree"
s.version = "4.0.1"
s.version = "4.0.2"
s.summary = "Awesome log aggregator"
s.homepage = "https://github.com/cookpad/Puree-Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
4 changes: 0 additions & 4 deletions Sources/Puree/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,4 @@ public final class Logger {
outputs.removeAll()
}
}

deinit {
shutdown()
}
}

0 comments on commit abe62b4

Please sign in to comment.