diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
commit | 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch) | |
tree | 2784370cda9bbf2da9114d70f05399c0b229d28c /doc/README.wmem | |
parent | Adding debian version 4.2.6-1. (diff) | |
download | wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/README.wmem')
-rw-r--r-- | doc/README.wmem | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.wmem b/doc/README.wmem index 8473a23b..239926b7 100644 --- a/doc/README.wmem +++ b/doc/README.wmem @@ -13,7 +13,7 @@ Correct use of these functions will make your code faster, and greatly reduce the chances that it will leak memory in exceptional cases. Wmem was originally conceived in this email to the wireshark-dev mailing list: -https://www.wireshark.org/lists/wireshark-dev/201210/msg00178.html +https://lists.wireshark.org/archives/wireshark-dev/201210/msg00178.html 2. Usage for Consumers |