hasufell 617e32b9cf RAND: fix memory leak
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.
2014-04-15 14:15:41 +02:00
2014-04-15 14:15:41 +02:00
2014-03-31 21:33:24 +02:00
2014-04-14 23:58:19 +02:00
2014-04-14 22:50:16 +02:00
2014-04-15 14:13:03 +02:00
Description
No description provided
4.9 MiB
Languages
C 94.3%
Makefile 3.8%
Objective-C 1.4%
Shell 0.5%