소스 검색

Fixed an useless delete. Could have been the origin of problems

Eiyeron Fulmincendii 10 년 전
부모
커밋
03bd132e77
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/piaf/Exceptions.cpp

+ 0 - 2
src/piaf/Exceptions.cpp

@@ -17,8 +17,6 @@ PIAFException::PIAFException(const char *format, ...)
 
 PIAFException::~PIAFException()
 {
-	if(msg != nullptr)
-		delete msg;
 }
 
 const char* PIAFException::what() const throw()