Changes between Initial Version and Version 1 of Ticket #4196, comment 2
- Timestamp:
- 02/11/21 06:25:48 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4196, comment 2
initial v1 3 3 lib/ must not depend on src/. 4 4 5 glib.h is included in lib/gl ibal.h. There is no need to include any other GLib headers excepting glib-unix.h.5 glib.h is included in lib/global.h. There is no need to include any other GLib headers excepting glib-unix.h. 6 6 7 7 g_free() handles NULL itself. There is no need to check for NULL before.