Files
create/src/App
wmayer 72af60c22e App: fixes issue #7628: Crash after creating Sketch for Body
The problem is that inside Transaction::addObjectNew() a transaction object is deleted before removing it from the container. When deleting the corresponding transactional object (i.e. a DocumentObject or ViewProvider)
it can happen that it e.g. calls Transaction::addOrRemoveProperty() that now finds the dangling pointer in the container.

The safe way is to first remove the object from the container before deleting it.
2022-10-24 16:49:29 +02:00
..
2022-08-01 01:29:47 +02:00
2022-03-23 17:29:23 +01:00
2022-08-06 19:29:59 +02:00
2022-09-18 11:06:51 -05:00
2022-08-01 01:29:47 +02:00
2022-03-23 17:29:23 +01:00
2022-09-18 11:06:51 -05:00
2022-09-18 11:06:51 -05:00
2022-10-23 09:14:44 -05:00
2022-07-31 10:27:44 +02:00
2022-08-23 18:49:47 +02:00
2022-08-06 19:29:59 +02:00
2022-07-31 10:27:44 +02:00
2022-07-31 10:27:44 +02:00
2022-10-21 13:43:26 +02:00
2022-03-13 12:12:49 +01:00
2022-07-31 10:27:44 +02:00
2022-07-31 10:27:44 +02:00
2022-08-01 00:34:46 +02:00
2022-08-01 00:34:46 +02:00
2019-02-19 23:21:35 +01:00
2022-07-31 10:27:44 +02:00
2022-08-24 10:43:56 +02:00
2022-09-18 11:06:51 -05:00
2022-09-18 11:06:51 -05:00
2022-08-06 19:29:59 +02:00
2022-07-31 10:27:44 +02:00
2022-08-24 07:20:57 +02:00