Meir Shpilraien (Spielrein)
442e73ea09
Fix #10705 , avoid relinking the same library twice. ( #10706 )
...
Set `old_li` to NULL to avoid linking it again on error.
Before the fix, loading an already existing library will cause the existing library to be added again. This cause not harm other then wrong statistics. The statistics that are effected by the issue are:
* `libraries_count` and `functions_count` returned by `function stats` command
* `used_memory_functions` returned on `info memory` command
* `functions.caches` returned on `memory stats` command
2022-05-10 11:47:45 +03:00
..
2022-05-09 13:36:53 +03:00
2022-05-02 16:18:11 +03:00
2022-04-14 11:18:32 +03:00
2022-04-25 13:08:13 +03:00
2022-04-05 10:27:24 +03:00
2022-04-14 11:18:32 +03:00
2021-06-09 15:13:24 +03:00
2022-04-24 17:29:35 +03:00
2022-03-01 14:40:29 +02:00
2022-04-26 12:09:21 +03:00
2022-04-05 10:27:24 +03:00
2021-06-09 15:13:24 +03:00
2022-01-23 10:05:06 +02:00
2022-05-10 11:47:45 +03:00
2022-04-14 11:18:32 +03:00
2021-06-09 15:13:24 +03:00
2022-02-08 13:14:42 +02:00
2022-02-21 11:20:41 +02:00
2022-02-27 13:40:57 +02:00
2022-05-09 13:37:49 +03:00
2021-12-19 17:41:51 +02:00
2022-01-23 10:05:06 +02:00
2021-11-02 16:42:53 +02:00
2021-06-09 15:13:24 +03:00
2022-01-05 14:01:05 +02:00
2022-03-09 13:55:17 +02:00
2022-02-23 08:47:16 +02:00
2021-12-19 10:46:16 +02:00
2022-01-05 14:01:05 +02:00
2022-04-19 11:31:15 +03:00
2022-04-25 13:08:13 +03:00
2022-03-08 16:53:11 +02:00
2021-12-16 21:56:59 -08:00
2011-05-20 11:44:54 +02:00
2022-02-07 00:10:05 +02:00
2022-04-13 11:36:38 +03:00
2022-04-17 15:43:22 +03:00
2021-08-06 20:50:34 +03:00
2010-10-15 12:54:53 +02:00
2022-03-01 14:40:29 +02:00
2021-09-09 18:18:53 +03:00
2022-04-27 00:37:40 +03:00
2022-03-20 15:18:53 +02:00
2022-04-24 12:16:30 +03:00
2021-08-09 09:40:29 +03:00
2021-03-22 13:27:46 +02:00
2021-11-02 16:07:51 -07:00
2022-04-24 17:29:35 +03:00
2021-06-09 15:13:24 +03:00