Files
libstrophe-gh/src
Steffen Jaeckel 01f2c3128a handler: no need to dup string
`hash_iter_next()` returns a pointer to an element of the data structure
which is persistent and not altered while calling `hash_iter_next()`.
Therefor we don't have to dup the string, but simply can remember the
pointer.
In the case where the element would be `hash_drop()`'ped which contains
the key, the key is not accessed after it has been free'd.

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
2021-12-03 12:04:29 +01:00
..
2021-12-02 00:08:34 +02:00
2021-12-03 12:04:29 +01:00
2020-01-31 01:16:50 +02:00
2020-01-31 01:16:50 +02:00
2020-01-31 01:16:50 +02:00
2020-01-31 01:16:50 +02:00
2020-01-31 01:16:50 +02:00
2020-01-31 01:16:50 +02:00
2020-01-31 01:16:50 +02:00
2020-01-31 01:59:42 +02:00
2020-01-31 01:59:42 +02:00
2020-04-30 12:03:57 +02:00
2020-04-30 12:03:57 +02:00
2020-04-30 12:03:57 +02:00
2020-04-30 12:03:57 +02:00
2020-01-31 01:16:50 +02:00
2021-07-17 01:21:49 +03:00