1
1
Todd Kordenbrock b569633ddf btl-portals4: don't free module resources when proc count goes to zero
This commit fixes a segfault in btl-portals4 add_procs().  The segfault
occurs if add_procs() is called after a del_procs() call that reduces
the proc count to zero which would cause PT and NI resources to be
freed.  This commit resolves the segfault by using a common
initiailization boolean and only freeing module resources in
finalize().

Signed-off-by: Todd Kordenbrock (thkgcode@gmail.com)
2018-04-10 14:20:22 -05:00
..
2017-04-15 09:30:18 -07:00
2015-06-23 20:59:57 -07:00
2017-12-07 09:06:25 +09:00
2018-02-07 12:16:51 -08:00
2017-07-12 17:31:25 -03:00
2015-06-23 20:59:57 -07:00