617e32b9cfdb6fab572c40c348bc4ec05992b625
pb_init() which is called by init_polynom_size() will call mp_init_copy() on chara which means that chara being a pointer itself is useless. We can clear it directly after it has been copied.
Description
Languages
C
94.3%
Makefile
3.8%
Objective-C
1.4%
Shell
0.5%