Fix crash when no actions are specified.
authorJustin Pettit <jpettit@nicira.com>
Sat, 13 Sep 2008 01:47:29 +0000 (18:47 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 13 Sep 2008 01:47:29 +0000 (18:47 -0700)
Actions are allocated as a pointer to an array of actions in flows.  When
flows are freed, the code was always freeing the action pointer.
Under some circumstances the pointer may not be set.


No differences found