Files @ r25177:5916789c4d59
Branch filter:

Location: cpp/openttd-patchpack/source/media/openttd.32.png

Milek7
Fix: Add virtual destructor to link graph Path.

Classes derived from Path were freed through base class pointer, but no virtual destructor was present.