diff options
Diffstat (limited to 'hw/dmx/dmx.h')
-rw-r--r-- | hw/dmx/dmx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/dmx.h b/hw/dmx/dmx.h index 4532960b5..bf4b92cb2 100644 --- a/hw/dmx/dmx.h +++ b/hw/dmx/dmx.h @@ -351,7 +351,7 @@ do { \ #define MAXSCREENSFREE(o) \ do { \ - if (o) free(o); \ + free(o); \ o = NULL; \ } while (0) |