Browse Source

Reverted a disposal because it breaks the Unix build.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/592/merge
Dimitar Dobrev 10 years ago
parent
commit
cb0cc4f9a3
  1. 2
      src/Core/Parser/ASTConverter.cs

2
src/Core/Parser/ASTConverter.cs

@ -734,8 +734,6 @@ namespace CppSharp
_rawComment.FullComment = commentConverter.Visit(rawComment.FullCommentBlock) _rawComment.FullComment = commentConverter.Visit(rawComment.FullCommentBlock)
as AST.FullComment; as AST.FullComment;
NativeObjects.Add(rawComment);
return _rawComment; return _rawComment;
} }

Loading…
Cancel
Save