There is a bug in dt_cleanup whereby dt-cli always crashes due to a null 
pointer. The element "undo" in the struct "darktable" is only initialised in 
GUI mode (in dt_init). The fix is simple: in dt_cleanup insert the statement

if(init_gui)

just prior to the call to dt_undo_cleanup.

Cheers,
Kevin

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
darktable-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to