diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
index 07ca9f5d7f53..e16a9c7f10d3 100644
--- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
+++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
@@ -304,7 +304,8 @@ public:
 		}
 
 		/* Stop the IPA proxy thread. */
-		ipa_->stop();
+		if (ipa_)
+			ipa_->stop();
 	}
 
 	void frameStarted(uint32_t sequence);
diff --git a/src/libcamera/property_ids.yaml b/src/libcamera/property_ids.yaml
index 2ae178a73d52..da4d0bbf329c 100644
--- a/src/libcamera/property_ids.yaml
+++ b/src/libcamera/property_ids.yaml
@@ -398,7 +398,6 @@ controls:
         The property can be used to calculate the physical size of the sensor's
         pixel array.
 
-
   - PixelArrayFullSize:
       type: Size
       description: |
