Public bug reported:

salloc_destroy is not called anywhere in the code:
grep -R salloc_destroy src/
src/salloc.m:salloc_destroy(void)

Even though munmap is done automatically then a process terminates, it
is a good style to call destructor functions on exit.

** Affects: tarantool
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1116208

Title:
  salloc is not destroyed on exit

Status in Tarantool - an efficient in-memory data store:
  New

Bug description:
  salloc_destroy is not called anywhere in the code:
  grep -R salloc_destroy src/
  src/salloc.m:salloc_destroy(void)

  Even though munmap is done automatically then a process terminates, it
  is a good style to call destructor functions on exit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1116208/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to