diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index a9d57688547f891d7f35f7fbf967557d934d906f..d43de30c845094b3a41e35a767fdd634ee6ddd2f 100755
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -2753,6 +2753,8 @@ BOOL LLFolderBridge::dragCategoryIntoFolder(LLInventoryCategory* inv_cat,
             if (move_is_from_marketplacelistings)
             {
                 update_marketplace_category(from_folder_uuid);
+                // Clear the folder from the marketplace in case it was a listing folder (moot if not listed)
+                LLMarketplaceData::instance().deleteListing(cat_id);
             }
 		}
 	}