From 20fefdd3f341d6e7f6b15e4926bf5569aa1943d5 Mon Sep 17 00:00:00 2001 From: chriszero Date: Fri, 13 Feb 2015 16:14:10 +0100 Subject: Removed some raw pointers to avoid a possible memoryleak --- PlexServer.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'PlexServer.cpp') diff --git a/PlexServer.cpp b/PlexServer.cpp index 5675009..b413d7d 100644 --- a/PlexServer.cpp +++ b/PlexServer.cpp @@ -42,8 +42,4 @@ std::string PlexServer::GetUri() return std::string("http://") + m_sIpAddress + ":" + std::string(itoa(m_nPort)); } -PlexServer::~PlexServer() -{ -} - } -- cgit v1.2.3