Skip to content
Snippets Groups Projects
  • Luis A. Lozano's avatar
    635e3ecc
    Fix possible memory leak warning. · 635e3ecc
    Luis A. Lozano authored
    Static analyzer complains the memory pointed by list in bcurrent is not
    deallocated before returning. But since this code is in "main" routine,
    we don't care about the deallocation. Just ignore the warning.
    
    Bug: b/27101951
    Test: Verified warning is gone.
    Change-Id: I58d784b61a5ad30d1406bd7c6b28c5713abf2b34
    635e3ecc
    History
    Fix possible memory leak warning.
    Luis A. Lozano authored
    Static analyzer complains the memory pointed by list in bcurrent is not
    deallocated before returning. But since this code is in "main" routine,
    we don't care about the deallocation. Just ignore the warning.
    
    Bug: b/27101951
    Test: Verified warning is gone.
    Change-Id: I58d784b61a5ad30d1406bd7c6b28c5713abf2b34