13
0
livetrax/libs/pbd
Robin Gareus 73c5bdd3cb
Fix double free of undo commands (amend 9e6435ff14)
This fixes a case when deleting a plugin, deletes all automation
undo/redo events:
  <UndoTransaction name="add automation event">
    <MementoCommand type-name="ARDOUR::AutomationList">
   ...


`delete this;` calls the d'tor which emits drop_references(),
that leads to UndoTransaction::command_death() destroying the
object, whichh causes a double free.
2020-02-28 02:09:58 +01:00
..
boost-debug globally remove all trailing whitespace from .cpp and .hpp files missed by previous commit 2015-10-04 15:11:15 -04:00
msvc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
MSVCpbd Changes needed for building with MSVC 2020-02-07 11:27:22 +00:00
pbd Fix double free of undo commands (amend 9e6435ff14) 2020-02-28 02:09:58 +01:00
test use a local version (copy) of the G_SOURCE_FUNC macro, since it is not available in the GTK+ version we use for the official build stack 2019-12-30 09:49:23 -07:00
base_ui.cc repeat baf0cdcbef but for BaseUI, thus covering all control protocols 2020-01-05 11:40:59 -07:00
basename.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
boost_debug.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
cartesian.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
ChangeLog rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
cocoa_open_uri.mm Stop compiler warning about NSURL 2013-08-08 15:26:18 -04:00
command.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
configuration_variable.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
controllable.cc Reduce stdout/stderr clutter, prefer DEBUG_TRACE 2019-09-05 19:29:19 +02:00
convert.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
COPYING rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
cpus.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
crossthread.cc use a local version (copy) of the G_SOURCE_FUNC macro, since it is not available in the GTK+ version we use for the official build stack 2019-12-30 09:49:23 -07:00
crossthread.posix.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
crossthread.win.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
debug_rt_alloc.c Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
debug.cc truncate unnecessarily verbose debug set/bits output 2019-12-14 10:40:07 -07:00
demangle.cc Fix catch of polymorphic type by value 2019-12-09 22:58:08 +01:00
enums.cc Fix Inline-control visibility state 2020-02-20 23:06:55 +01:00
enumwriter.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
epa.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
error.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
event_loop.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
ffs.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
file_archive.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
file_utils.cc Add PBD API to hard-link files 2019-08-12 16:41:25 +02:00
fpu.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
gettext.h Fix --no-nls (2/5), prefer #if in libs 2018-09-21 19:03:33 +02:00
id.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
libpbd.pc.in Make libpbd and evoral capable of standalone build 2016-12-04 15:15:11 -05:00
libpbd.spec.in rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
locale_guard.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
localtime_r.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
malign.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
md5.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
mountpoint.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
openuri.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
pathexpand.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
pbd.cc remove unnecessary call to xmlKeepBlanksDefault() 2020-01-05 17:58:54 -07:00
pool.cc move at-exit messages about pool utilization to DEBUG_TRACE 2019-11-06 09:27:49 -07:00
property_list.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
pthread_utils.cc Tweak mach thread priority debug msg 2020-02-24 05:29:56 +01:00
reallocpool.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
receiver.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
resource.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
run-tests.sh Remove references in pbd test script to libs no longer in source tree 2014-12-03 17:31:04 +07:00
search_path.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
semutils.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
shortpath.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
signals.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
spinlock.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
stacktrace.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
stateful_diff_command.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
stateful.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
string_convert.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
strreplace.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
strsplit.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
system_exec.cc Remove invalid error message 2019-11-09 06:30:46 +01:00
textreceiver.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
timer.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
timing.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
tlsf.cc Changes needed for building with MSVC 2020-02-07 11:27:22 +00:00
transmitter.cc add finite state machine to control/manage transport state 2019-09-17 18:26:03 -06:00
undo.cc Fix mem-leak, Playlist/Region SessionHandleRef 2020-02-25 21:45:07 +01:00
uuid.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
whitespace.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
windows_mmcss.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
windows_special_dirs.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
windows_timer_utils.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
wscript Fix building unit-tests 2020-01-27 17:43:37 +01:00
xml++.cc move call to xmlKeepBlanksDefault(0) to before the creation of an XML parser context 2020-01-05 17:58:54 -07:00