Use calloc instead of malloc, so all the pointers are already NULL. 62/8862/1
authorRafael Antognolli <rafael.antognolli@intel.com>
Thu, 29 Aug 2013 17:07:52 +0000 (14:07 -0300)
committerRafael Antognolli <rafael.antognolli@intel.com>
Thu, 29 Aug 2013 17:07:52 +0000 (14:07 -0300)
commitd0aa1a25eb5f3746ab896ce614bd99cc0ddaad51
tree286e584c18b4f74ae68701b1ef26a03a97ce4a57
parent26510d17719f5fffd32737688eac6217b2b154f6
Use calloc instead of malloc, so all the pointers are already NULL.

We check for NULL pointers in case the toolbar is disabled by command
line.
Tools/MiniBrowser/efl/main.c