11 lines
276 B
Diff
11 lines
276 B
Diff
|
--- src/libsysprof-capture/sysprof-capture-condition.c
|
||
|
+++ src/libsysprof-capture/sysprof-capture-condition.c
|
||
|
@@ -269,6 +269,7 @@ sysprof_capture_condition_copy (const SysprofCaptureCondition *self)
|
||
|
}
|
||
|
|
||
|
sysprof_assert_not_reached ();
|
||
|
+ return NULL;
|
||
|
}
|
||
|
|
||
|
static void
|