pidgin/plugins/crazychat/test.h@d10bb378f560
pidgin/plugins/crazychat/test.h
Thu, 03 Jun 2021 19:33:07 -0500
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Thu, 03 Jun 2021 19:33:07 -0500
- branch
- release-2.x.y
- changeset 40926
- d10bb378f560
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Fix some null pointer deferences and dead stores that scanbuild found in Pidgin
Testing Done:
Verified scanbuild no long detected the errors.
Reviewed at https://reviews.imfreedom.org/r/719/
class Test {
public:
Test(void);
~Test(void);
void runTest(void);
private:
asdfint fake;
};