X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FStorage.c;h=c9422e60b74f3835453045d55677fb76c97e913e;hb=81090f01f17719f7c01072e2fea8d41062a3015e;hp=2e43bffdfc5ab6b39325664d99ca8e8acf1a3718;hpb=cebecc110be6e53c310326940a311cab7fad84ca;p=ghc-hetmet.git diff --git a/rts/sm/Storage.c b/rts/sm/Storage.c index 2e43bff..c9422e6 100644 --- a/rts/sm/Storage.c +++ b/rts/sm/Storage.c @@ -331,7 +331,7 @@ newDynCAF (StgRegTable *reg STG_UNUSED, StgClosure *caf) static bdescr * allocNursery (bdescr *tail, nat blocks) { - bdescr *bd; + bdescr *bd = NULL; nat i, n; // We allocate the nursery as a single contiguous block and then