From 03813b375127707e6de9ba14b62b28c9a5b1621f Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Mon, 8 Oct 2018 06:33:54 -0700 Subject: [PATCH] 3d: Fix double-clear in oce loadmodel --- plugins/3d/oce/loadmodel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/3d/oce/loadmodel.cpp b/plugins/3d/oce/loadmodel.cpp index 705d3ee394..c78439d92e 100644 --- a/plugins/3d/oce/loadmodel.cpp +++ b/plugins/3d/oce/loadmodel.cpp @@ -303,8 +303,6 @@ FormatType fileType( const char* aFileName ) void getTag( TDF_Label& label, std::string& aTag ) { - aTag.clear(); - if( label.IsNull() ) return;