123456789101112 |
- # Copyright (C) 2020 Maxime Devos
- # SPDX-License-Identifier: FSFAP
- # Copying and distribution of this file, with or without modification,
- # are permitted in any medium without royalty provided the copyright
- # notice and this notice are preserved. This file is offered as-is,
- # without any warranty.
- ()
- memory for configuration is leaked,
- as for some reason the configuration handle is destroyed even if
- it should be reachable if a pointer finalizer is set.
|