mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
tests: fix comments
This commit is contained in:
@@ -97,7 +97,7 @@ TEST_GROUP(Scripts)
|
||||
{
|
||||
/*
|
||||
* TODO: fix memory leaks in javascript plugin
|
||||
* and remove this function
|
||||
* and keep memory leak detection enabled
|
||||
*/
|
||||
MemoryLeakWarningPlugin::turnOffNewDeleteOverloads();
|
||||
|
||||
@@ -117,7 +117,7 @@ TEST_GROUP(Scripts)
|
||||
|
||||
/*
|
||||
* TODO: fix memory leaks in javascript plugin
|
||||
* and remove this function
|
||||
* and keep memory leak detection enabled
|
||||
*/
|
||||
MemoryLeakWarningPlugin::turnOnNewDeleteOverloads();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user