On 18/11/2015 12:39, John Emmas wrote:
I just discovered something else interesting... I don't know if this is technically valid code but FWIW, even something as simple as this hangs:- int main (int argc, char *argv[]) { Atk::Implementor *imp = new Atk::Implementor (NULL); delete imp; // <-- hangs here !! return 0; } |