aflux / neutrino

A light, expandable and full featured image analysis tool for research
10 stars 1 forks source link

[leak] phys_resurrect_binary #26

Open iltommi opened 10 years ago

iltommi commented 10 years ago

the code below in phys_resurrect_binary is a sure leak I would better uncomment the delete and return a null pointer

        // my_phys is passed as an argument: function shoud not mess around with it!
        //delete my_phys;
        my_phys=NULL;