diff --git a/src/lib/reel.c b/src/lib/reel.c index 3461229c8..070148a21 100644 --- a/src/lib/reel.c +++ b/src/lib/reel.c @@ -566,6 +566,9 @@ tighten_reel(ncreel* r){ } } } + if(!top || !bottom){ + return 0; + } return trim_reel_overhang(r, top, bottom); }