From 42015d5d9511f95f5d8ae59e7d319cbf84b285f9 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Sat, 1 Dec 2018 15:00:09 +0100 Subject: [PATCH] Fixed: Leaking of objects when logging something to the database. --- .../Instrumentation/DatabaseTarget.cs | 31 ++++++++++++------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/src/NzbDrone.Core/Instrumentation/DatabaseTarget.cs b/src/NzbDrone.Core/Instrumentation/DatabaseTarget.cs index f69de82247..13c3516942 100644 --- a/src/NzbDrone.Core/Instrumentation/DatabaseTarget.cs +++ b/src/NzbDrone.Core/Instrumentation/DatabaseTarget.cs @@ -15,13 +15,14 @@ public class DatabaseTarget : TargetWithLayout, IHandle