Skip to content

Commit 2a97d03

Browse files
authored
Merge pull request #31 from g0415shenw/main
修复运行崩溃的bug
2 parents b2cbeeb + f324758 commit 2a97d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/InVideo/Private/InVideoWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ void VideoPlay::UpdateTextureRegions(UTexture2D* Texture, int32 MipIndex, uint32
289289

290290
}
291291
delete RegionData->Regions;
292-
delete RegionData;
293292
delete[] RegionData->SrcData;
293+
delete RegionData;
294294
});
295295
}
296296
}

0 commit comments

Comments
 (0)