Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

invalid memory address or nil pointer dereference #33

Open
SummerFans opened this issue Mar 30, 2020 · 0 comments
Open

invalid memory address or nil pointer dereference #33

SummerFans opened this issue Mar 30, 2020 · 0 comments

Comments

@SummerFans
Copy link

SummerFans commented Mar 30, 2020

/inspection/inspection.go

	if c.Delivery.IsMisdirected {
		s.handler.CargoWasMisdirected(c)      //<-- s.handle is nil
	}

	if c.Delivery.IsUnloadedAtDestination {
		s.handler.CargoHasArrived(c).               //<-- s.handle is nil
	}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant