Lang Hames
1299bba404
[TextAPI] Fix memory leak in SymbolSet. ( #150589 )
...
The SymbolSet class bump-ptr-allocates Symbol objects, but Symbol has a
non-trivial destructor (since Symbol's Targets member is a SmallVector):
we need to explicitly destroy the Symbol objects to ensure that no
memory is leaked.
rdar://154778728
2025-07-26 09:32:10 +10:00
..
2025-07-03 13:20:42 +00:00
2025-07-22 17:08:05 -07:00
2025-07-18 11:58:01 +05:30
2025-03-07 10:53:10 +00:00
2025-06-10 07:33:40 -07:00
2025-07-08 09:56:57 -05:00
2025-03-19 13:51:22 -07:00
2025-06-26 08:32:43 +01:00
2025-05-08 08:00:09 +02:00
2025-02-20 21:49:19 -01:00
2025-07-05 09:36:13 +03:00
2025-07-24 08:53:09 +08:00
2025-04-23 09:29:06 +01:00
2025-07-05 09:36:13 +03:00
2025-03-26 13:21:51 -07:00
2025-07-17 12:06:52 -07:00
2025-04-12 13:24:45 +02:00
2025-06-13 14:35:40 -07:00
2025-04-10 21:25:35 -07:00
2025-07-24 15:53:39 -03:00
2025-05-02 18:16:59 -04:00
2025-04-08 16:16:53 +02:00
2025-04-08 20:56:54 -07:00
2025-07-17 10:36:31 +02:00
2025-07-21 12:51:27 +03:00
2025-01-24 15:08:14 +01:00
2025-07-17 11:40:43 +01:00
2025-06-02 15:08:52 -07:00
2025-07-18 14:00:32 -07:00
2025-06-10 23:34:26 +03:00
2025-07-21 08:46:21 +02:00
2025-07-26 09:32:10 +10:00
2025-05-08 08:00:09 +02:00
2025-06-18 20:49:55 +01:00
2025-02-28 11:55:40 -08:00
2025-04-25 09:36:41 +02:00
2025-06-06 13:25:07 +01:00
2025-06-23 12:03:35 +02:00
2025-07-21 13:31:38 -04:00
2025-07-22 09:18:13 -07:00
2025-07-21 13:31:38 -04:00