Commit 925c1d74 authored by Daniel Williams's avatar Daniel Williams
Browse files

I may have found a fix for the memory leak, but frankly, who knows?

parent 2b4fecea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -365,7 +365,8 @@ class WhiteNoiseBurst(Waveform):
        # consistency with the method used for O1.
        hp, hx, _, _ = self._generate(half=True)
        self.params['hrss'] =  lalsimulation.MeasureHrss(hp, hx)
        del(hp), del(hx)
        del(hp)
        del(hx)


class Supernova(Waveform):