Skip to content

Commit

Permalink
[test] trigger coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
MFransen69 committed Jan 10, 2025
1 parent 8da9b20 commit 615495f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Source/Thunder/PluginHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,12 +508,22 @@ POP_WARNING()
}
}


void test() {

uint16_t* t = new uint16_t(10);
//delete t;
}

#ifdef __WINDOWS__
int _tmain(int argc, _TCHAR* argv[])
#else
int main(int argc, char** argv)
#endif
{

test();

#ifndef __WINDOWS__
//Set our Logging Mask and open the Log
setlogmask(LOG_UPTO(LOG_NOTICE));
Expand Down

0 comments on commit 615495f

Please sign in to comment.