Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 42bca36

Browse files
committed
[CID 37678] revbrowser: Use correct deallocator in BrowserInstances::Callback
Coverity-ID: 37678
1 parent dac7553 commit 42bca36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revbrowser/src/revbrowser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ send \"browser%s\" && %d, quote & \"%s\" & quote to this card of XBrowservar";
511511
SendCardMessageUTF8(t_message, &t_retval);
512512
t_instance -> callback_depth -= 1;
513513

514-
delete t_message;
514+
MCCStringFree (t_message);
515515

516516
if (t_instance -> stack_id != NULL)
517517
free(t_instance -> stack_id);

0 commit comments

Comments
 (0)