From: Eugene Teo Date: Mon, 20 Mar 2006 03:21:46 +0000 (-0800) Subject: [PATCH] hostap: Fix double free in prism2_config() error path X-Git-Tag: v2.6.17-rc1~994^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8abceaf1cf44b9d95bcc366fa277b33e292141c4;p=pandora-kernel.git [PATCH] hostap: Fix double free in prism2_config() error path The Coverity checker (CID: 930) spotted this double free on error path (allocation failure). Do not free these here since generic error path will take care of this. Signed-off-by: Eugene Teo Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed