summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/calendar.svg
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-07-28 09:13:54 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-08-05 08:53:59 +0100
commit9b4990a249985d4f8238c808036d9d6b7cf81362 (patch)
tree70862299656df3e0db106255099f23ef800af8ed /src/qcam/assets/feathericons/calendar.svg
parent55775494fef449faadbb1a57bca245bc8e482725 (diff)
Documentation: application-developer: Recommend unique_ptr for CameraManagerdev
The CameraManager object should be deleted when it is no longer used to prevent it from leaking. When the application closes, the memory will be released, but it would show up in reports from memory validation tools such as valgrind if not handled correctly. Recommend best-practices in the guide and ensure it is automatically cleaned up when the CameraManager goes out of scope. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/qcam/assets/feathericons/calendar.svg')
0 files changed, 0 insertions, 0 deletions
58'>158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244