Bug #81779. Mozilla crashes if you higlight and repeatedly drag text. Return if the source data items aren't available. r=rjesup,sr=shaver

This commit is contained in:
blizzard%redhat.com 2002-04-24 19:11:59 +00:00
parent e495ddbead
commit 744f37489f

View File

@ -1009,6 +1009,7 @@ nsDragService::SourceDataGet(GtkWidget *aWidget,
// check to make sure that we have data items to return.
if (!mSourceDataItems) {
PR_LOG(sDragLm, PR_LOG_DEBUG, ("Failed to get our data items\n"));
return;
}
if (strcmp(mimeFlavor, gTextUriListType) == 0) {