mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
|
@@
|
||
|
expression p;
|
||
|
@@
|
||
|
- g_error_free (p);
|
||
|
+ g_clear_error (&p);
|