Commit a6bc4ef7 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 3b52e36d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -359,6 +359,7 @@ 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)


class Supernova(Waveform):