Skip to content

Commit

Permalink
Fixed syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Feb 21, 2025
1 parent 7d2a6cb commit 9009f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmio/VCamIPC/src/ipcbridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,6 @@ extern "C" AkVCam::IpcBridge *akCreateBridge()
extern "C" void akDestroyBridge(AkVCam::IpcBridge *bridge)
{
if (bridge)
delete AkVCam::IpcBridge;
delete bridge;
}
#endif
2 changes: 1 addition & 1 deletion dshow/VCamIPC/src/ipcbridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,6 @@ extern "C" AkVCam::IpcBridge *akCreateBridge()
extern "C" void akDestroyBridge(AkVCam::IpcBridge *bridge)
{
if (bridge)
delete AkVCam::IpcBridge;
delete bridge;
}
#endif

0 comments on commit 9009f25

Please sign in to comment.