fix memory leak reported by valgrind when running test-versioned-dependencies and test-find-plugins

Review Request #896 — Created Aug. 11, 2021 and submitted

Information

gplugin/gplugin
default

Reviewers

fix memory leak reported by valgrind when running test-versioned-dependencies and test-find-plugins

ran all tests in valgrind

Summary ID Author
fix memory leak reported by valgrind when running test-versioned-dependencies and test-find-plugins
f3293137f9c022980fd18817471a567e08cc98cb ivanhoe
fix possible leaking loader for early returns too
13ba4a74a7b012406651d5fa8dd3b53043185943 ivanhoe
removed gotos
14c62a0c7ec2e2ded686dd729625b39a1d6d06b1 ivanhoe
Description From Last Updated

That means this also leaks on the early return, I think?

QuLogicQuLogic

Ditto.

QuLogicQuLogic

we don't really condone the use of goto's...

grimgrim
grim
  1. Ship It!
  2. Nice find! Thanks!!

  3. 
      
QuLogic
  1. 
      
  2. gplugin/gplugin-manager.c (Diff revision 1)
     
     

    That means this also leaks on the early return, I think?

  3. gplugin/gplugin-manager.c (Diff revision 1)
     
     
  4. 
      
ivanhoe
grim
  1. 
      
  2. gplugin/gplugin-manager.c (Diff revision 2)
     
     

    we don't really condone the use of goto's...

  3. 
      
ivanhoe
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...