Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / python-plugin-provider / python-plugin-provider.c
index 11a7482133a5f590999a85ccea71ba42236d8720..eb736399abdbc03edfa0086993434c1aced78538 100644 (file)
@@ -143,7 +143,7 @@ int init_python(void)
                ret = BT_FUNC_STATUS_ERROR;
                goto end;
        default:
-               abort();
+               bt_common_abort();
        }
 
        /*
This page took 0.023385 seconds and 4 git commands to generate.