Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp	(revision 54982)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp	(revision 54983)
@@ -755,5 +755,6 @@
                                         for (unsigned i = 0; i < extensions.size(); ++i)
                                         {
-                                            Utf8Str strExtension(Bstr(extensions[i]));
+                                            Bstr bstrExt(extensions[i]);
+                                            Utf8Str strExtension(bstrExt);
                                             if(strExtension.compare(pszExtension, Utf8Str::CaseInsensitive) == 0)
                                             {
