Skip to content
  • Charlie Jacobsen's avatar
    Fixes two minor memory leaks. · 8c5a1b80
    Charlie Jacobsen authored
    1 - Need to free name strings in cap types when we
        do cap_fini.
    
    I decided to ran valgrind to check for any others.
    
    2 - Need to free fake slab cache for user version.
    
    There are a handful of innocuous leaks in the
    multi_thrd_cap test app. There are also some innocuous
    leaks reported due to glib's use of memory pooling (it appears).
    8c5a1b80