This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / ip_output.c
index d223d12..360765a 100644 (file)
@@ -389,6 +389,7 @@ static void ip_copy_metadata(struct sk_buff *to, struct sk_buff *from)
        to->priority = from->priority;
        to->protocol = from->protocol;
        to->security = from->security;
+       dst_release(to->dst);
        to->dst = dst_clone(from->dst);
        to->dev = from->dev;